gnu: clzip: Update to 1.13.
* gnu/packages/compression.scm (clzip): Update to 1.13.master
parent
2e99cb15e6
commit
f36a0908f2
|
@ -2003,14 +2003,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.12")
|
(version "1.13")
|
||||||
(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 "1s7yidqvmxi61hh569h5aci816l6qkffjgx0zx57qyyq0qq2pjgw"))))
|
(base32 "0ypagygbnq4ppqyg7sj4816x5c1w579883m2nsq0zxbb0gszpjbs"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Reference in New Issue