diff options
author | Zheng Junjie <z572@z572.online> | 2025-02-07 12:40:48 +0800 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:28 +0200 |
commit | e5f503796551eeff0ab09862e9a0a1ff82c2d134 (patch) | |
tree | 7ddc1c4f7ca55303ebbc6dd88657fbbbeeb3eb0e | |
parent | 00e269762095d0a066853783ae85de10a98bb8ef (diff) |
gnu: lzip: Update to 1.25.
* gnu/packages/compression.scm (lzip): Update to 1.25.
Change-Id: Id509a3b385cc6425a446ec8b05f5ad6ca58a4add
-rw-r--r-- | gnu/packages/compression.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index b3df7f8537..a8ea355174 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -722,14 +722,14 @@ some compression ratio).") (define-public lzip (package (name "lzip") - (version "1.23") + (version "1.25") (source (origin (method url-fetch) (uri (string-append "mirror://savannah/lzip/lzip-" version ".tar.gz")) (sha256 (base32 - "03985xc696210irdzv475mlvf30ylahni3msanfz4ppivm3w14j7")))) + "0vx5y39y6ipks1lcc203mrxx7x9xf04nx1dxyl9m2gxqixnqlh89")))) (build-system gnu-build-system) (arguments ;; The configure script doesn't recognise the --build or --host |