mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
parent
8d6ad7edc5
commit
c0a4052c6a
1 changed files with 2 additions and 2 deletions
|
|
@ -544,7 +544,7 @@ formats, including zstd, xz, gzip, and bgzf.")
|
|||
(define-public xz
|
||||
(package
|
||||
(name "xz")
|
||||
(version "5.8.1")
|
||||
(version "5.4.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "http://tukaani.org/xz/xz-" version
|
||||
|
|
@ -553,7 +553,7 @@ formats, including zstd, xz, gzip, and bgzf.")
|
|||
version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"0hsmg58a27jd1vq0lc6yp405978c1nfhqwndl7f10v1mk6sjay2h"))))
|
||||
"1mmpwl4kg1vs6n653gkaldyn43dpbjh8gpk7sk0gps5f6jwr0p0k"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue