gnu: xz: Update to 5.2.2.
* gnu/packages/compression.scm (xz): Update to 5.2.2.
This commit is contained in:
parent
9eb681a02d
commit
4655f515dc
|
@ -228,14 +228,14 @@ decompression.")
|
||||||
(define-public xz
|
(define-public xz
|
||||||
(package
|
(package
|
||||||
(name "xz")
|
(name "xz")
|
||||||
(version "5.0.4")
|
(version "5.2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://tukaani.org/xz/xz-" version
|
(uri (string-append "http://tukaani.org/xz/xz-" version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dl35ca8fdss9z2d6y234gxh24ixq904xksizrjmjr5dimwhax6n"))))
|
"18h2k4jndhzjs8ln3a54qdnfv59y6spxiwh9gpaqniph6iflvpvk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(synopsis "General-purpose data compression")
|
(synopsis "General-purpose data compression")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue