diff options
| -rw-r--r-- | gnu/packages/golang-crypto.scm | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index f0a646788be..ea8787e227c 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm | |||
| @@ -4182,19 +4182,25 @@ is an extremely fast non-cryptographic hash algorithm.") | |||
| 4182 | (define-public go-github-com-zmap-zcrypto | 4182 | (define-public go-github-com-zmap-zcrypto |
| 4183 | (package | 4183 | (package |
| 4184 | (name "go-github-com-zmap-zcrypto") | 4184 | (name "go-github-com-zmap-zcrypto") |
| 4185 | (version "0.0.0-20260309174858-0e3c42de5a13") | 4185 | (properties '((commit . "0452b53f6c1b1fb5516ff7e3e22055931966ab9a") |
| 4186 | (revision . "0") | ||
| 4187 | (go-pseudo-version . "0.0.0-20260831034402-0452b53f6c1b"))) | ||
| 4188 | (version (git-version "0.0.0" | ||
| 4189 | (assoc-ref properties 'revision) | ||
| 4190 | (assoc-ref properties 'commit))) | ||
| 4186 | (source | 4191 | (source |
| 4187 | (origin | 4192 | (origin |
| 4188 | (method git-fetch) | 4193 | (method git-fetch) |
| 4189 | (uri (git-reference | 4194 | (uri (git-reference |
| 4190 | (url "https://github.com/zmap/zcrypto") | 4195 | (url "https://github.com/zmap/zcrypto") |
| 4191 | (commit (go-version->git-ref version)))) | 4196 | (commit (assoc-ref properties 'commit)))) |
| 4192 | (file-name (git-file-name name version)) | 4197 | (file-name (git-file-name name version)) |
| 4193 | (sha256 | 4198 | (sha256 |
| 4194 | (base32 "0vbgpr2jms9la1nrzxwcfn6ngi3c2pzglh3a3yfkm0ahxvh4wpca")))) | 4199 | (base32 "0n7lx4f1iivyhw5350bmsy1v1shmlcmpyhy0jvg7px82k33mz2r8")))) |
| 4195 | (build-system go-build-system) | 4200 | (build-system go-build-system) |
| 4196 | (arguments | 4201 | (arguments |
| 4197 | (list | 4202 | (list |
| 4203 | #:go go-1.26 | ||
| 4198 | #:import-path "github.com/zmap/zcrypto" | 4204 | #:import-path "github.com/zmap/zcrypto" |
| 4199 | #:test-flags | 4205 | #:test-flags |
| 4200 | ;; Network access is required. | 4206 | ;; Network access is required. |
