gnu: xz: Update to 5.2.4.
* gnu/packages/compression.scm (xz): Update to 5.2.4.
This commit is contained in:
parent
c98fe1d064
commit
957aac763b
|
@ -373,7 +373,7 @@ compressed with pbzip2 can be decompressed with bzip2).")
|
|||
(define-public xz
|
||||
(package
|
||||
(name "xz")
|
||||
(version "5.2.3")
|
||||
(version "5.2.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "http://tukaani.org/xz/xz-" version
|
||||
|
@ -382,7 +382,7 @@ compressed with pbzip2 can be decompressed with bzip2).")
|
|||
version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1jr8pxnz55ifc8cvp3ivgl79ph9iik5aypsc9cma228aglsqp4ki"))))
|
||||
"0ibi2zsfaz6l756spjwc5rayf4ckgc9hwmy8qinppcyk4svz64mm"))))
|
||||
(build-system gnu-build-system)
|
||||
(synopsis "General-purpose data compression")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue