mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: lzlib: Update to 1.10.
* gnu/packages/compression.scm (lzlib): Update to 1.10.
This commit is contained in:
parent
d6d1643b2e
commit
d1c1d835f6
1 changed files with 2 additions and 2 deletions
|
@ -2012,14 +2012,14 @@ (define-public clzip
|
|||
(define-public lzlib
|
||||
(package
|
||||
(name "lzlib")
|
||||
(version "1.9")
|
||||
(version "1.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://savannah/lzip/"
|
||||
name "/" name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "13mssf3hrcnmd4ijbqnxfk0zgj1q5lvpxxkm1hmrbl1h73czhwi4"))))
|
||||
(base32 "0hqhnj2lzqacdbmmnpy91lsm1rd9zlngs1q6s9pyahsv1a0bfshx"))))
|
||||
(build-system gnu-build-system)
|
||||
;; 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.
|
||||
|
|
Loading…
Reference in a new issue