gnu: gzip: Update to 1.9.
* gnu/packages/compression.scm (gzip): Update to 1.9.
This commit is contained in:
parent
70144879aa
commit
49b080de9a
|
@ -200,14 +200,14 @@ adding and extracting files to/from a tar archive.")
|
||||||
(define-public gzip
|
(define-public gzip
|
||||||
(package
|
(package
|
||||||
(name "gzip")
|
(name "gzip")
|
||||||
(version "1.8")
|
(version "1.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/gzip/gzip-"
|
(uri (string-append "mirror://gnu/gzip/gzip-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lxv3p4iyx7833mlihkn5wfwmz4cys5nybwpz3dfawag8kn6f5zz"))))
|
"16h8g4acy7fgfxcjacr3wijjsnixwsfd2jhz3zwdi2qrzi262l5f"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(synopsis "General file (de)compression (using lzw)")
|
(synopsis "General file (de)compression (using lzw)")
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue