guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: Update xxhash to 0.8.0.


From: guix-commits
Subject: 04/07: gnu: Update xxhash to 0.8.0.
Date: Sat, 1 Aug 2020 03:32:08 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 08447d3a7556fb6355a32c6d5ccb6d4768b8e12d
Author: Hendursaga <hendursaga@yahoo.com>
AuthorDate: Fri Jul 31 22:21:43 2020 +0000

    gnu: Update xxhash to 0.8.0.
    
    * gnu/packages/digest.scm (xxhash): Update to 0.8.0.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/digest.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/digest.scm b/gnu/packages/digest.scm
index 78eeb7e..a33e238 100644
--- a/gnu/packages/digest.scm
+++ b/gnu/packages/digest.scm
@@ -27,7 +27,7 @@
 (define-public xxhash
   (package
     (name "xxhash")
-    (version "0.7.4")
+    (version "0.8.0")
     (source
      (origin
        (method git-fetch)
@@ -36,7 +36,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08j7wxshhzpyrnyilfnvhyv5ycm0yv5m7jf6q4kxcd7j4dcbhmpb"))))
+        (base32 "0hpbzdd6kfki5f61g103vp7pfczqkdj0js63avl0ss552jfb8h96"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]