gnu: lzip: Update to 1.23.

* gnu/packages/compression.scm (lzip): Update to 1.23.
This commit is contained in:
Marius Bakke 2022-06-25 21:02:39 +02:00
parent bf99d1be2f
commit 2db1560a2a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -598,14 +598,14 @@ (define-public lzop
(define-public lzip
(package
(name "lzip")
(version "1.22")
(version "1.23")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/lzip/lzip-"
version ".tar.gz"))
(sha256
(base32
"0j59hx72258334rmkwn57ahr6s69nlrx0a5ip1jw2fbiwr12sd63"))))
"03985xc696210irdzv475mlvf30ylahni3msanfz4ppivm3w14j7"))))
(build-system gnu-build-system)
(home-page "https://www.nongnu.org/lzip/lzip.html")
(synopsis "Lossless data compressor based on the LZMA algorithm")