me
/
guix
Archived
1
0
Fork 0

gnu: xz: Update to 5.2.8.

* gnu/packages/compression.scm (xz): Update to 5.2.8.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -482,7 +482,7 @@ compressed with pbzip2 can be decompressed with bzip2).")
(define-public xz
(package
(name "xz")
(version "5.2.6")
(version "5.2.8")
(source (origin
(method url-fetch)
(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")))
(sha256
(base32
"185kj56a996d04d943xisvpifvnsbr7iplyf2nyjxkbvw6z5l452"))))
"0z9056ydsy76ib5cl1z60jkcqgr0x12d3lw1p2qnlcwi1fgxlp7c"))))
(build-system gnu-build-system)
(arguments
`(#:phases