gnu: lzip: Update to 1.22.

* gnu/packages/compression.scm (lzip): Update to 1.22.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Antoine Côté 2021-02-04 14:44:37 +01:00 committed by Guillaume Le Vaillant
parent 09d7f87a65
commit ab8a175f90
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

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