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:
Antoine Côté 2021-02-03 23:50:17 +01:00 committed by Guillaume Le Vaillant
parent 80546d54d2
commit e7195e83c8
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -30,6 +30,7 @@
;;; Copyright © 2020 Lars-Dominik Braun <lars@6xq.net>
;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.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.
;;;
@ -2367,14 +2368,14 @@ (define-public ecm
(define-public tarlz
(package
(name "tarlz")
(version "0.17")
(version "0.19")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://savannah/lzip/tarlz/"
"tarlz-" version ".tar.lz"))
(sha256
(base32 "0gpdm6z9pdr5bn31kxg73wm686hhpb5pdf5782pbl5a4xqqhqj90"))))
(base32 "09xal55973ivzpaja93jcc1pfla8gb3vrk8dx7pj9qvvz5aynf9n"))))
(build-system gnu-build-system)
(native-inputs
`(("lzip" ,lzip)))