sharlatan pushed a commit to branch master
in repository guix.

commit 5b9fa4a27c71ba8dce45e3130676333fb1d5e300
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Feb 3 12:35:48 2025 +0000

    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
---
 gnu/packages/golang-crypto.scm | 4 ++--
 1 file 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

Reply via email to