gnu: gzip: Update to 1.9.

* gnu/packages/compression.scm (gzip): Update to 1.9.
This commit is contained in:
Marius Bakke 2018-02-20 16:09:25 +01:00
parent 70144879aa
commit 49b080de9a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -200,14 +200,14 @@ (define-public libtar
(define-public gzip
(package
(name "gzip")
(version "1.8")
(version "1.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gzip/gzip-"
version ".tar.xz"))
(sha256
(base32
"1lxv3p4iyx7833mlihkn5wfwmz4cys5nybwpz3dfawag8kn6f5zz"))))
"16h8g4acy7fgfxcjacr3wijjsnixwsfd2jhz3zwdi2qrzi262l5f"))))
(build-system gnu-build-system)
(synopsis "General file (de)compression (using lzw)")
(arguments