guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: clzip: Update to 1.11.


From: guix-commits
Subject: 12/15: gnu: clzip: Update to 1.11.
Date: Tue, 12 Feb 2019 11:39:07 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 11b1c71d2e30fe71cba5e7bf99a07dd6603fee48
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 12 14:23:19 2019 +0100

    gnu: clzip: Update to 1.11.
    
    * gnu/packages/compression.scm (clzip): Update to 1.11.
---
 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 8112784..2a403c9 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1633,14 +1633,14 @@ Lunzip is intended to be fully compatible with the 
regular lzip package.")
 (define-public clzip
   (package
     (name "clzip")
-    (version "1.10")
+    (version "1.11")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://savannah/lzip/clzip/"
                            "clzip-" version ".tar.gz"))
        (sha256
-        (base32 "03xcmhl3dya4jrwmsqh09ikimpb36fr3vkh2bwfzz1sbcns0cdg3"))))
+        (base32 "1h14dmc9fi10gcdpdpbgq1bwvcxvivppilj64pf720x8mw915mfr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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