mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: xz: Update to 5.2.5.
* gnu/packages/compression.scm (xz): Update to 5.2.5.
This commit is contained in:
parent
9be04d64aa
commit
5ef432bc00
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue