gnu: tarlz: Update to 0.19.
* gnu/packages/compression.scm (tarlz): Update to 0.19. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
80546d54d2
commit
e7195e83c8
1 changed files with 3 additions and 2 deletions
|
@ -30,6 +30,7 @@
|
||||||
;;; Copyright © 2020 Lars-Dominik Braun <lars@6xq.net>
|
;;; Copyright © 2020 Lars-Dominik Braun <lars@6xq.net>
|
||||||
;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
|
;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
|
||||||
;;; Copyright © 2020 Léo Le Bouter <lle-bout@zaclys.net>
|
;;; Copyright © 2020 Léo Le Bouter <lle-bout@zaclys.net>
|
||||||
|
;;; Copyright © 2021 Antoine Côté <antoine.cote@posteo.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -2367,14 +2368,14 @@ to their original, binary CD format.")
|
||||||
(define-public tarlz
|
(define-public tarlz
|
||||||
(package
|
(package
|
||||||
(name "tarlz")
|
(name "tarlz")
|
||||||
(version "0.17")
|
(version "0.19")
|
||||||
(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 "0gpdm6z9pdr5bn31kxg73wm686hhpb5pdf5782pbl5a4xqqhqj90"))))
|
(base32 "09xal55973ivzpaja93jcc1pfla8gb3vrk8dx7pj9qvvz5aynf9n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("lzip" ,lzip)))
|
`(("lzip" ,lzip)))
|
||||||
|
|
Reference in a new issue