1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: go-github-com-dchest-siphash: Update to 1.2.3.

* gnu/packages/golang.scm (go-github-com-dchest-siphash): Update to 1.2.3.

Change-Id: I56a083dfcbc09b1c8c57c6ed483618e401e8b123
This commit is contained in:
Sharlatan Hellseher 2024-12-29 22:16:56 +00:00
parent e863412e8b
commit 08b4850e6c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1991,7 +1991,7 @@ running with its management port enabled.")
(define-public go-github-com-dchest-siphash (define-public go-github-com-dchest-siphash
(package (package
(name "go-github-com-dchest-siphash") (name "go-github-com-dchest-siphash")
(version "1.2.1") (version "1.2.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2001,7 +2001,7 @@ running with its management port enabled.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "08s076y7vmjqnq7jz0762hkm896r6r31v8b31a3gy0n8rfa01k8k")))) (base32 "1d6vbg5i5r6pgfk3vh93a20jdj67lgr17dk2iml7fffw67i25a2c"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/dchest/siphash")) `(#:import-path "github.com/dchest/siphash"))