gnu: xz: Update to 5.2.5.

* gnu/packages/compression.scm (xz): Update to 5.2.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-16 22:08:31 +02:00
parent 9be04d64aa
commit 5ef432bc00
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -449,7 +449,7 @@ (define-public pbzip2
(define-public xz
(package
(name "xz")
(version "5.2.4")
(version "5.2.5")
(source (origin
(method url-fetch)
(uri (list (string-append "http://tukaani.org/xz/xz-" version
@ -458,7 +458,7 @@ (define-public xz
version ".tar.gz")))
(sha256
(base32
"0ibi2zsfaz6l756spjwc5rayf4ckgc9hwmy8qinppcyk4svz64mm"))))
"045s9agl3bpv3swlwydhgsqh7791957vmgw2plw8f1rks07r3x7n"))))
(build-system gnu-build-system)
(arguments
`(#:phases