--- Begin Message ---
Subject: |
[PATCH] gnu: lzip: Update to 1.22. |
Date: |
Wed, 3 Feb 2021 17:50:16 -0500 |
* gnu/packages/compression.scm (lzip): Update to 1.22.
---
gnu/packages/compression.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 4aa3665fe8..87098e6ed2 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -29,6 +29,7 @@
;;; Copyright ?? 2020 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright ?? 2020 Lars-Dominik Braun <lars@6xq.net>
;;; Copyright ?? 2020 Guillaume Le Vaillant <glv@posteo.net>
+;;; Copyright ?? 2021 Antoine C??t?? <antoine.cote@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -600,14 +601,14 @@ some compression ratio).")
(define-public lzip
(package
(name "lzip")
- (version "1.21")
+ (version "1.22")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/lzip/lzip-"
version ".tar.gz"))
(sha256
(base32
- "12qdcw5k1cx77brv9yxi1h4dzwibhfmdpigrj43nfk8nscwm12z4"))))
+ "0j59hx72258334rmkwn57ahr6s69nlrx0a5ip1jw2fbiwr12sd63"))))
(build-system gnu-build-system)
(home-page "https://www.nongnu.org/lzip/lzip.html")
(synopsis "Lossless data compressor based on the LZMA algorithm")
--
2.29.2
--- End Message ---
--- Begin Message ---
Subject: |
Re: [bug#46276] [PATCH] gnu: lzip: Update to 1.22. |
Date: |
Thu, 04 Feb 2021 18:28:46 +0100 |
User-agent: |
mu4e 1.4.14; emacs 27.1 |
Given that updating lzip rebuilds more than 10000 packages, I pushed the
patch on the core-updates branch as
ab8a175f908ad3e83409eed4c1473d86ab1a8ce0.
Thanks.
signature.asc
Description: PGP signature
--- End Message ---