[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
- 14/30: gnu: avldrums-lv2: Update to 0.4.1., (continued)
- 14/30: gnu: avldrums-lv2: Update to 0.4.1., guix-commits, 2019/12/23
- 17/30: gnu: setbfree: Update to 0.8.11., guix-commits, 2019/12/23
- 03/30: gnu: thermald: Update to 1.9.1., guix-commits, 2019/12/23
- 06/30: gnu: igt-gpu-tools: Fetch from upstream git repository., guix-commits, 2019/12/23
- 07/30: gnu: igt-gpu-tools: Update to 1.24., guix-commits, 2019/12/23
- 09/30: gnu: strongswan: Update to 5.8.2., guix-commits, 2019/12/23
- 13/30: gnu: mpd: Update to 0.21.17., guix-commits, 2019/12/23
- 15/30: gnu: Fix typo., guix-commits, 2019/12/23
- 18/30: gnu: boinc-client: Update to 7.16.3., guix-commits, 2019/12/23
- 19/30: gnu: fluidsynth: Update to 2.1.0., guix-commits, 2019/12/23
- 21/30: gnu: xxhash: Update to 0.7.2.,
guix-commits <=
- 30/30: gnu: clustershell: Update to 1.8.3., guix-commits, 2019/12/23
- 20/30: gnu: xchm: Update to 1.31., guix-commits, 2019/12/23
- 22/30: gnu: gnome-shell-extension-dash-to-dock: Update to 67., guix-commits, 2019/12/23
- 23/30: gnu: knot-resolver: Update to 4.3.0 [fixes CVE-2019-19331]., guix-commits, 2019/12/23
- 24/30: gnu: knot: Update to 2.9.2., guix-commits, 2019/12/23
- 25/30: gnu: nsd: Update to 4.2.4., guix-commits, 2019/12/23
- 26/30: gnu: umoci: Update to 0.4.5., guix-commits, 2019/12/23
- 27/30: gnu: dos2unix: Don't use NAME in source URI., guix-commits, 2019/12/23
- 28/30: gnu: dos2unix: Update to 7.4.1., guix-commits, 2019/12/23
- 29/30: gnu: tbb: Update to 2020.0., guix-commits, 2019/12/23