Revert "gnu: lzip: Update to 1.19."

This reverts commit 0963e3e450.
This commit is contained in:
Marius Bakke 2017-09-02 15:46:11 +02:00
parent 57cdc1fada
commit 2ec339c25a
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -456,14 +456,14 @@ some compression ratio).")
(define-public lzip (define-public lzip
(package (package
(name "lzip") (name "lzip")
(version "1.19") (version "1.18")
(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
"1abbch762gv8rjr579q3qyyk6c80plklbv2mw4x0vg71dgsw9bgz")))) "1p8lvc22sv3damld9ng8y6i8z2dvvpsbi9v7yhr5bc2a20m8iya7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "http://www.nongnu.org/lzip/lzip.html") (home-page "http://www.nongnu.org/lzip/lzip.html")
(synopsis "Lossless data compressor based on the LZMA algorithm") (synopsis "Lossless data compressor based on the LZMA algorithm")