gnu: xz: Update to 5.2.8.
* gnu/packages/compression.scm (xz): Update to 5.2.8.
This commit is contained in:
parent
eb3362cc8d
commit
db5f8756c3
1 changed files with 2 additions and 2 deletions
|
@ -482,7 +482,7 @@ compressed with pbzip2 can be decompressed with bzip2).")
|
||||||
(define-public xz
|
(define-public xz
|
||||||
(package
|
(package
|
||||||
(name "xz")
|
(name "xz")
|
||||||
(version "5.2.6")
|
(version "5.2.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "http://tukaani.org/xz/xz-" version
|
(uri (list (string-append "http://tukaani.org/xz/xz-" version
|
||||||
|
@ -491,7 +491,7 @@ compressed with pbzip2 can be decompressed with bzip2).")
|
||||||
version ".tar.gz")))
|
version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"185kj56a996d04d943xisvpifvnsbr7iplyf2nyjxkbvw6z5l452"))))
|
"0z9056ydsy76ib5cl1z60jkcqgr0x12d3lw1p2qnlcwi1fgxlp7c"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue