guix_mirror_bot pushed a commit to branch master
in repository guix.
commit cf3bf7c54ad216090ee64283a62180456996cfcc
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 1 22:31:25 2026 +0100
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.
---
gnu/packages/golang-crypto.scm | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index f0a646788b..ea8787e227 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.")
(define-public go-github-com-zmap-zcrypto
(package
(name "go-github-com-zmap-zcrypto")
- (version "0.0.0-20260309174858-0e3c42de5a13")
+ (properties '((commit . "0452b53f6c1b1fb5516ff7e3e22055931966ab9a")
+ (revision . "0")
+ (go-pseudo-version . "0.0.0-20260831034402-0452b53f6c1b")))
+ (version (git-version "0.0.0"
+ (assoc-ref properties 'revision)
+ (assoc-ref properties 'commit)))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/zmap/zcrypto")
- (commit (go-version->git-ref version))))
+ (commit (assoc-ref properties 'commit))))
(file-name (git-file-name name version))
(sha256
- (base32 "0vbgpr2jms9la1nrzxwcfn6ngi3c2pzglh3a3yfkm0ahxvh4wpca"))))
+ (base32 "0n7lx4f1iivyhw5350bmsy1v1shmlcmpyhy0jvg7px82k33mz2r8"))))
(build-system go-build-system)
(arguments
(list
+ #:go go-1.26
#:import-path "github.com/zmap/zcrypto"
#:test-flags
;; Network access is required.