guix-commits
[Top][All Lists]
Advanced

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

21/30: gnu: xxhash: Update to 0.7.2.


From: guix-commits
Subject: 21/30: gnu: xxhash: Update to 0.7.2.
Date: Mon, 23 Dec 2019 13:46:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 491b91dc8a879e092c451ac15a9842f2feb40be4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 23 03:57:46 2019 +0100

    gnu: xxhash: Update to 0.7.2.
    
    * gnu/packages/digest.scm (xxhash): Update to 0.7.2.
    [arguments]: Run ‘make check’ in parallel.
---
 gnu/packages/digest.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/digest.scm b/gnu/packages/digest.scm
index 7ec4ca1..f76cbab 100644
--- a/gnu/packages/digest.scm
+++ b/gnu/packages/digest.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -25,7 +25,7 @@
 (define-public xxhash
   (package
     (name "xxhash")
-    (version "0.6.5")
+    (version "0.7.2")
     (source
      (origin
        (method git-fetch)
@@ -34,16 +34,13 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "137hifc3f3cb4ib64rd6y83arc9hmbyncgrij2v8m94mx66g2aks"))))
+        (base32 "1f9gl0cymmi92ihsfan0p4zmyf2hxwx4arjimpbmbp719nbcvdsx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
        (list "CC=gcc"
              "XXH_FORCE_MEMORY_ACCESS=1" ; improved performance with GCC
              (string-append "prefix=" (assoc-ref %outputs "out")))
-       #:test-target "test"
-       ;; Parallel testing tries to run ‘xxhsum’ before it's been built.
-       #:parallel-tests? #f
        #:phases
        (modify-phases %standard-phases
          (delete 'configure))))         ; no configure script



reply via email to

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