1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +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
(package
(name "go-github-com-dchest-siphash")
(version "1.2.1")
(version "1.2.3")
(source
(origin
(method git-fetch)
@ -2001,7 +2001,7 @@ running with its management port enabled.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "08s076y7vmjqnq7jz0762hkm896r6r31v8b31a3gy0n8rfa01k8k"))))
(base32 "1d6vbg5i5r6pgfk3vh93a20jdj67lgr17dk2iml7fffw67i25a2c"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/dchest/siphash"))