gnu: lzip: Correct hash.

This is a followup to dede644945.

* gnu/packages/compression.scm (lzip)[source]: Use hash of ".gz" tarball
instead of ".lz".
This commit is contained in:
Marius Bakke 2017-04-03 16:04:59 +02:00
parent dede644945
commit 28938febd5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ some compression ratio).")
version ".tar.gz"))
(sha256
(base32
"0jlizsavak8lc469zkjiyhpx4sbg07ij7mzq70dq5yhv7a3z6ygm"))))
"1p8lvc22sv3damld9ng8y6i8z2dvvpsbi9v7yhr5bc2a20m8iya7"))))
(build-system gnu-build-system)
(home-page "http://www.nongnu.org/lzip/lzip.html")
(synopsis "Lossless data compressor based on the LZMA algorithm")