gnu: lzip: Update to 1.18.

* gnu/packages/compression.scm (lzip): Update to 1.18.
This commit is contained in:
Marius Bakke 2017-04-03 15:32:41 +02:00
parent 7134ac4cc7
commit dede644945
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -457,14 +457,14 @@ some compression ratio).")
(define-public lzip
(package
(name "lzip")
(version "1.16")
(version "1.18")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/lzip/lzip-"
version ".tar.gz"))
(sha256
(base32
"0l9724rw1l3hg2ldr3n7ihqich4m9nc6y7l302bvdj4jmxdw530j"))))
"0jlizsavak8lc469zkjiyhpx4sbg07ij7mzq70dq5yhv7a3z6ygm"))))
(build-system gnu-build-system)
(home-page "http://www.nongnu.org/lzip/lzip.html")
(synopsis "Lossless data compressor based on the LZMA algorithm")