me
/
guix
Archived
1
0
Fork 0

gnu: lzip: Update to 1.19.

* gnu/packages/compression.scm (lzip): Update to 1.19.
[description]: Fix minor typo.
master
Tobias Geerinckx-Rice 2017-07-23 19:05:45 +02:00 committed by Leo Famulari
parent f19d9db538
commit dac2a05690
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

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