diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/golang-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index 4938fee70a..70e40ee400 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm @@ -431,7 +431,7 @@ described at @url{https://xxhash.com/}.") (package (inherit go-github-com-cespare-xxhash) (name "go-github-com-cespare-xxhash-v2") - (version "2.1.2") + (version "2.3.0") (source (origin (method git-fetch) @@ -440,7 +440,7 @@ described at @url{https://xxhash.com/}.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1f3wyr9msnnz94szrkmnfps9wm40s5sp9i4ak0kl92zcrkmpy29a")) + (base32 "1fhpn8iwb0p44sqi1hflgxpvy83krpi8gd0dd66m7756wszy3g6r")) (modules '((guix build utils))) (snippet '(delete-file-recursively "xxhashbench")))) (arguments |