all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46276] [PATCH] gnu: lzip: Update to 1.22.
@ 2021-02-03 22:50 Antoine Côté
  2021-02-03 22:50 ` [bug#46275] [PATCH] gnu: tarlz: Update to 0.19 Antoine Côté
  2021-02-04 17:28 ` bug#46276: [PATCH] gnu: lzip: Update to 1.22 Guillaume Le Vaillant
  0 siblings, 2 replies; 4+ messages in thread
From: Antoine Côté @ 2021-02-03 22:50 UTC (permalink / raw)
  To: 46276; +Cc: Antoine Côté

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1331 bytes --]

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-04 18:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03 22:50 [bug#46276] [PATCH] gnu: lzip: Update to 1.22 Antoine Côté
2021-02-03 22:50 ` [bug#46275] [PATCH] gnu: tarlz: Update to 0.19 Antoine Côté
2021-02-04 13:39   ` bug#46275: " Guillaume Le Vaillant
2021-02-04 17:28 ` bug#46276: [PATCH] gnu: lzip: Update to 1.22 Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.