mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: tarlz: Update to 0.21.
* gnu/packages/compression.scm (tarlz): Update to 0.21.
This commit is contained in:
parent
1c04cdcaa4
commit
a296b9e0fe
1 changed files with 2 additions and 2 deletions
|
@ -2601,14 +2601,14 @@ (define-public ecm
|
||||||
(define-public tarlz
|
(define-public tarlz
|
||||||
(package
|
(package
|
||||||
(name "tarlz")
|
(name "tarlz")
|
||||||
(version "0.19")
|
(version "0.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/lzip/tarlz/"
|
(uri (string-append "mirror://savannah/lzip/tarlz/"
|
||||||
"tarlz-" version ".tar.lz"))
|
"tarlz-" version ".tar.lz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09xal55973ivzpaja93jcc1pfla8gb3vrk8dx7pj9qvvz5aynf9n"))))
|
(base32 "1x5dw03lcwfigcv97cg70gkbkfycjmv1012s9lwnl4izvl9235qg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("lzip" ,lzip)))
|
`(("lzip" ,lzip)))
|
||||||
|
|
Loading…
Reference in a new issue