gnu: lzlib: Update to 1.10.

* gnu/packages/compression.scm (lzlib): Update to 1.10.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-16 04:13:25 +01:00
parent d6d1643b2e
commit d1c1d835f6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2012,14 +2012,14 @@ Clzip is intended to be fully compatible with the regular lzip package.")
(define-public lzlib (define-public lzlib
(package (package
(name "lzlib") (name "lzlib")
(version "1.9") (version "1.10")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://savannah/lzip/" (uri (string-append "mirror://savannah/lzip/"
name "/" name "-" version ".tar.gz")) name "/" name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "13mssf3hrcnmd4ijbqnxfk0zgj1q5lvpxxkm1hmrbl1h73czhwi4")))) (base32 "0hqhnj2lzqacdbmmnpy91lsm1rd9zlngs1q6s9pyahsv1a0bfshx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
;; The included minilzip binary is only ~16 smaller than the real lzip. ;; The included minilzip binary is only ~16 smaller than the real lzip.
;; It's used during the test suite, but don't be tempted to install it. ;; It's used during the test suite, but don't be tempted to install it.