summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 22:31:25 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 22:34:55 +0100
commitcf3bf7c54ad216090ee64283a62180456996cfcc (patch)
tree3d87e9b45f32de01af749a8e08c90d5bac1141ea /gnu
parentb25561166bfe2528097f20e1d5b820897a482c91 (diff)
gnu: go-github-com-zmap-zcrypto: Update to 0.0.0-0.0452b53.
* gnu/packages/golang-crypto.scm (go-github-com-zmap-zcrypto): Update to 0452b53f6c1b1fb5516ff7e3e22055931966ab9a commit. [arguments] <#:go>: Use go-1.26.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-crypto.scm12
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.