mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -373,7 +373,7 @@ (define-public pbzip2
|
|||
(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 @@ (define-public xz
|
|||
version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1jr8pxnz55ifc8cvp3ivgl79ph9iik5aypsc9cma228aglsqp4ki"))))
|
||||
"0ibi2zsfaz6l756spjwc5rayf4ckgc9hwmy8qinppcyk4svz64mm"))))
|
||||
(build-system gnu-build-system)
|
||||
(synopsis "General-purpose data compression")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue