guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: lzip: Update to 1.19.


From: Tobias Geerinckx-Rice
Subject: 01/03: gnu: lzip: Update to 1.19.
Date: Fri, 18 Aug 2017 09:09:55 -0400 (EDT)

nckx pushed a commit to branch staging
in repository guix.

commit 0963e3e450e85e3cf59b92fd28c771e8cbaaee2a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jul 23 19:05:45 2017 +0200

    gnu: lzip: Update to 1.19.
    
    * gnu/packages/compression.scm (lzip): Update to 1.19.
    [description]: Fix minor typo.
---
 gnu/packages/compression.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index ede35f9..f68bcc6 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -462,21 +462,21 @@ some compression ratio).")
 (define-public lzip
   (package
     (name "lzip")
-    (version "1.16")
+    (version "1.19")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://savannah/lzip/lzip-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0l9724rw1l3hg2ldr3n7ihqich4m9nc6y7l302bvdj4jmxdw530j"))))
+               "1abbch762gv8rjr579q3qyyk6c80plklbv2mw4x0vg71dgsw9bgz"))))
     (build-system gnu-build-system)
     (home-page "http://www.nongnu.org/lzip/lzip.html";)
     (synopsis "Lossless data compressor based on the LZMA algorithm")
     (description
      "Lzip is a lossless data compressor with a user interface similar to the
 one of gzip or bzip2.  Lzip decompresses almost as fast as gzip and compresses
-more than bzip2, which makes it well suited for software distribution and data
+more than bzip2, which makes it well-suited for software distribution and data
 archiving.  Lzip is a clean implementation of the LZMA algorithm.")
     (license license:gpl3+)))
 



reply via email to

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