1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: go-github-com-minio-highwayhash: Update to 1.0.3.

* gnu/packages/golang-crypto.scm (go-github-com-minio-highwayhash): Update to 1.0.3.

Change-Id: I7ad09f11187a8aac2f19deb39495b3ad778fb7bc
This commit is contained in:
Sharlatan Hellseher 2025-02-25 22:41:54 +00:00
parent c1b018d0d9
commit 6bdfd6bf0a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1672,7 +1672,7 @@ package in Rust.")
(define-public go-github-com-minio-highwayhash
(package
(name "go-github-com-minio-highwayhash")
(version "1.0.2")
(version "1.0.3")
(source
(origin
(method git-fetch)
@ -1681,7 +1681,7 @@ package in Rust.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1inrix7720273ccynxcyi7xsgc55cskxrw7gwn08qkmdj9xdxqai"))))
(base32 "14g2x266h8sxs0yynmcl2r2mnhx55rfzgykw4hygm7i1vpfrikg4"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/minio/highwayhash"))