gnu: quazip@1: Update to 1.2.
* gnu/packages/compression.scm (quazip): Update to 1.2.
This commit is contained in:
parent
26787a7034
commit
795e8c7a7c
1 changed files with 2 additions and 2 deletions
|
@ -2352,7 +2352,7 @@ reading from and writing to ZIP archives. ")
|
||||||
(package
|
(package
|
||||||
(inherit quazip-0)
|
(inherit quazip-0)
|
||||||
(name "quazip")
|
(name "quazip")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2361,7 +2361,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 "06srglrj6jvy5ngmidlgx03i0d5w91yhi7sf846wql00v8rvhc5h"))))))
|
(base32 "1dwld7jxhjz9l33lrqwvklazdy7ygi6n1m4ry1n1sk5dnschrhby"))))))
|
||||||
|
|
||||||
(define-public zchunk
|
(define-public zchunk
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue