gnu: quazip: Update to 1.4.
* gnu/packages/compression.scm (quazip): Update to 1.4.master
parent
85383e5abb
commit
7b997afed2
|
@ -2385,7 +2385,7 @@ reading from and writing to ZIP archives.")
|
||||||
(package
|
(package
|
||||||
(inherit quazip-0)
|
(inherit quazip-0)
|
||||||
(name "quazip")
|
(name "quazip")
|
||||||
(version "1.3")
|
(version "1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2394,7 +2394,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 "0njgbdm3dm5p7xic5mhppbqsl36zn83zz0xfsfh624hlk0ff7n0a"))))))
|
(base32 "1jsw4xm5wyaqcj1pma5zzd8f5xbgd5lcjh18ah3kg36xz5i69yi4"))))))
|
||||||
|
|
||||||
(define-public zchunk
|
(define-public zchunk
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue