guix-commits
[Top][All Lists]
Advanced

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

12/20: gnu: quazip@1: Update to 1.2.


From: guix-commits
Subject: 12/20: gnu: quazip@1: Update to 1.2.
Date: Mon, 29 Nov 2021 19:09:16 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 795e8c7a7c1f369600d404e39063d0a4a67733e4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 29 19:22:41 2021 +0100

    gnu: quazip@1: Update to 1.2.
    
    * gnu/packages/compression.scm (quazip): Update to 1.2.
---
 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 0a993d1..f0530e1 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2352,7 +2352,7 @@ reading from and writing to ZIP archives. ")
   (package
     (inherit quazip-0)
     (name "quazip")
-    (version "1.1")
+    (version "1.2")
     (source
      (origin
        (method git-fetch)
@@ -2361,7 +2361,7 @@ reading from and writing to ZIP archives. ")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06srglrj6jvy5ngmidlgx03i0d5w91yhi7sf846wql00v8rvhc5h"))))))
+        (base32 "1dwld7jxhjz9l33lrqwvklazdy7ygi6n1m4ry1n1sk5dnschrhby"))))))
 
 (define-public zchunk
   (package



reply via email to

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