gnu: pigz: Update to 2.4.

* gnu/packages/compression.scm (pigz): Update to 2.4.
master
Tobias Geerinckx-Rice 2018-03-07 02:28:28 +01:00
parent 6c4da3b76a
commit 9dae73c31c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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