mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
gnu: lzip: Update to 1.23.
* gnu/packages/compression.scm (lzip): Update to 1.23.
This commit is contained in:
parent
bf99d1be2f
commit
2db1560a2a
1 changed files with 2 additions and 2 deletions
|
@ -598,14 +598,14 @@ some compression ratio).")
|
||||||
(define-public lzip
|
(define-public lzip
|
||||||
(package
|
(package
|
||||||
(name "lzip")
|
(name "lzip")
|
||||||
(version "1.22")
|
(version "1.23")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/lzip/lzip-"
|
(uri (string-append "mirror://savannah/lzip/lzip-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j59hx72258334rmkwn57ahr6s69nlrx0a5ip1jw2fbiwr12sd63"))))
|
"03985xc696210irdzv475mlvf30ylahni3msanfz4ppivm3w14j7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://www.nongnu.org/lzip/lzip.html")
|
(home-page "https://www.nongnu.org/lzip/lzip.html")
|
||||||
(synopsis "Lossless data compressor based on the LZMA algorithm")
|
(synopsis "Lossless data compressor based on the LZMA algorithm")
|
||||||
|
|
Loading…
Add table
Reference in a new issue