[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/14: gnu: pigz: Update to 2.4.
From: |
Tobias Geerinckx-Rice |
Subject: |
12/14: gnu: pigz: Update to 2.4. |
Date: |
Wed, 7 Mar 2018 09:44:18 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 9dae73c31cf18779dec656fe2fb7e5eed24a35c6
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Mar 7 02:28:28 2018 +0100
gnu: pigz: Update to 2.4.
* gnu/packages/compression.scm (pigz): Update to 2.4.
---
gnu/packages/compression.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 423d398..d77d06a 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -844,14 +844,14 @@ extract such file systems.")
(define-public pigz
(package
(name "pigz")
- (version "2.3.3")
+ (version "2.4")
(source (origin
(method url-fetch)
(uri (string-append "http://zlib.net/pigz/"
name "-" version ".tar.gz"))
(sha256
(base32
- "172hdf26k4zmm7z8md7nl0dph2a7mhf3x7slb9bhfyff6as6g2sf"))))
+ "0wsgw5vwl23jrnpsvd8v3xcp5k4waw5mk0164fynjhkv58i1dy54"))))
(build-system gnu-build-system)
(arguments
`(#:phases
- branch master updated (30e43e8 -> f358436), Tobias Geerinckx-Rice, 2018/03/07
- 02/14: gnu: c-reduce: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/03/07
- 04/14: gnu: mg: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/03/07
- 11/14: gnu: meson: Mark up description., Tobias Geerinckx-Rice, 2018/03/07
- 10/14: gnu: links, lynx, qutebrowser: Update phase style., Tobias Geerinckx-Rice, 2018/03/07
- 01/14: gnu: c-reduce: Update to 2.6.0., Tobias Geerinckx-Rice, 2018/03/07
- 03/14: gnu: mg: Update to 20171014., Tobias Geerinckx-Rice, 2018/03/07
- 08/14: gnu: cppcheck: Update to 1.82., Tobias Geerinckx-Rice, 2018/03/07
- 12/14: gnu: pigz: Update to 2.4.,
Tobias Geerinckx-Rice <=
- 14/14: gnu: znc: Update to 1.6.6., Tobias Geerinckx-Rice, 2018/03/07
- 06/14: gnu: pam-krb5: Mark up description., Tobias Geerinckx-Rice, 2018/03/07
- 05/14: gnu: pam-krb5: Update to 4.8., Tobias Geerinckx-Rice, 2018/03/07
- 07/14: gnu: cmdtest: Update to 0.32., Tobias Geerinckx-Rice, 2018/03/07
- 13/14: gnu: Use HTTPS for zlib.net home pages., Tobias Geerinckx-Rice, 2018/03/07
- 09/14: gnu: keyutils: Update to 1.5.10., Tobias Geerinckx-Rice, 2018/03/07