gnu: go-github-com-cespare-xxhash-v2: Update to 2.3.0.

* gnu/packages/golang-crypto.scm (go-github-com-cespare-xxhash-v2): Update to 2.3.0.

Change-Id: I07f4933769c9f32a1c9c785497300ff83acd8f7c
This commit is contained in:
Sharlatan Hellseher 2025-02-03 12:35:48 +00:00
parent 4ded4c6b71
commit 5b9fa4a27c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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