guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: lzip: Update to 1.22.


From: guix-commits
Subject: branch core-updates updated: gnu: lzip: Update to 1.22.
Date: Thu, 04 Feb 2021 12:23:09 -0500

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new ab8a175  gnu: lzip: Update to 1.22.
ab8a175 is described below

commit ab8a175f908ad3e83409eed4c1473d86ab1a8ce0
Author: Antoine Côté <antoine.cote@posteo.net>
AuthorDate: Thu Feb 4 14:44:37 2021 +0100

    gnu: lzip: Update to 1.22.
    
    * gnu/packages/compression.scm (lzip): Update to 1.22.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index d681036..54a521a 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -605,14 +605,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]