mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: quazip: Update to 1.3.
* gnu/packages/compression.scm (quazip): Update to 1.3.
This commit is contained in:
parent
bc95e0c8d6
commit
3f4850f0ae
1 changed files with 2 additions and 2 deletions
|
@ -2321,7 +2321,7 @@ reading from and writing to ZIP archives.")
|
||||||
(package
|
(package
|
||||||
(inherit quazip-0)
|
(inherit quazip-0)
|
||||||
(name "quazip")
|
(name "quazip")
|
||||||
(version "1.2")
|
(version "1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2330,7 +2330,7 @@ reading from and writing to ZIP archives.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dwld7jxhjz9l33lrqwvklazdy7ygi6n1m4ry1n1sk5dnschrhby"))))))
|
(base32 "0njgbdm3dm5p7xic5mhppbqsl36zn83zz0xfsfh624hlk0ff7n0a"))))))
|
||||||
|
|
||||||
(define-public zchunk
|
(define-public zchunk
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue