Archived
1
0
Fork 0

gnu: xz: Update to 5.2.8.

* gnu/packages/compression.scm (xz): Update to 5.2.8.
This commit is contained in:
Efraim Flashner 2022-11-14 18:44:06 +02:00
parent eb3362cc8d
commit db5f8756c3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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