diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:00 +0200 |
commit | 3f4850f0ae55164751094f0733a81a90ed0e8fe6 (patch) | |
tree | 45bd55ddb0c3284f1c932a375e366468f77d48e7 /gnu | |
parent | bc95e0c8d6aa0e993862a22bfd128e2327630711 (diff) | |
download | guix-3f4850f0ae55164751094f0733a81a90ed0e8fe6.tar.gz |
gnu: quazip: Update to 1.3.
* gnu/packages/compression.scm (quazip): Update to 1.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/compression.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index a70c6c4216..382fe348a0 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -2321,7 +2321,7 @@ reading from and writing to ZIP archives.") (package (inherit quazip-0) (name "quazip") - (version "1.2") + (version "1.3") (source (origin (method git-fetch) @@ -2330,7 +2330,7 @@ reading from and writing to ZIP archives.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1dwld7jxhjz9l33lrqwvklazdy7ygi6n1m4ry1n1sk5dnschrhby")))))) + (base32 "0njgbdm3dm5p7xic5mhppbqsl36zn83zz0xfsfh624hlk0ff7n0a")))))) (define-public zchunk (package |