guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: quazip: Update to 0.9.


From: guix-commits
Subject: 05/06: gnu: quazip: Update to 0.9.
Date: Fri, 1 May 2020 11:32:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit eeec9973bca4ce79e848a30979223f920dbfc7d6
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri May 1 16:31:57 2020 +0200

    gnu: quazip: Update to 0.9.
    
    * gnu/packages/compression.scm (quazip): Update to 0.9.
---
 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 85f802a..a1c5bbf 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1947,7 +1947,7 @@ download times, and other distribution and storage 
costs.")
 (define-public quazip
   (package
     (name "quazip")
-    (version "0.8.1")
+    (version "0.9")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1956,7 +1956,7 @@ download times, and other distribution and storage 
costs.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1g473gnsbkvxpsv8lbsmhspn7jnq86b05zzgqh11r581v8ndvz5s"))))
+                "0psvf3d9akyyx3bckc9325nmbp97xiagf8la4vhca5xn2f430fbn"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ;no test



reply via email to

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