mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lzip: Update to 1.25.
* gnu/packages/compression.scm (lzip): Update to 1.25. Change-Id: Id509a3b385cc6425a446ec8b05f5ad6ca58a4add
This commit is contained in:
parent
00e2697620
commit
e5f5037965
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue