gnu: clzip: Update to 1.11.
* gnu/packages/compression.scm (clzip): Update to 1.11.
This commit is contained in:
parent
39e5d3b68d
commit
11b1c71d2e
|
@ -1633,14 +1633,14 @@ Lunzip is intended to be fully compatible with the regular lzip package.")
|
||||||
(define-public clzip
|
(define-public clzip
|
||||||
(package
|
(package
|
||||||
(name "clzip")
|
(name "clzip")
|
||||||
(version "1.10")
|
(version "1.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/lzip/clzip/"
|
(uri (string-append "mirror://savannah/lzip/clzip/"
|
||||||
"clzip-" version ".tar.gz"))
|
"clzip-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03xcmhl3dya4jrwmsqh09ikimpb36fr3vkh2bwfzz1sbcns0cdg3"))))
|
(base32 "1h14dmc9fi10gcdpdpbgq1bwvcxvivppilj64pf720x8mw915mfr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue