gnu: lzip: Update to 1.25.

* gnu/packages/compression.scm (lzip): Update to 1.25.

Change-Id: Id509a3b385cc6425a446ec8b05f5ad6ca58a4add
This commit is contained in:
Zheng Junjie 2025-02-07 12:40:48 +08:00 committed by Andreas Enge
parent 00e2697620
commit e5f5037965
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -722,14 +722,14 @@ some compression ratio).")
(define-public lzip (define-public lzip
(package (package
(name "lzip") (name "lzip")
(version "1.23") (version "1.25")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://savannah/lzip/lzip-" (uri (string-append "mirror://savannah/lzip/lzip-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"03985xc696210irdzv475mlvf30ylahni3msanfz4ppivm3w14j7")))) "0vx5y39y6ipks1lcc203mrxx7x9xf04nx1dxyl9m2gxqixnqlh89"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
;; The configure script doesn't recognise the --build or --host ;; The configure script doesn't recognise the --build or --host