mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: quazip: Update to 1.4.
* gnu/packages/compression.scm (quazip): Update to 1.4.
This commit is contained in:
parent
85383e5abb
commit
7b997afed2
1 changed files with 2 additions and 2 deletions
|
@ -2385,7 +2385,7 @@ (define-public quazip
|
|||
(package
|
||||
(inherit quazip-0)
|
||||
(name "quazip")
|
||||
(version "1.3")
|
||||
(version "1.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2394,7 +2394,7 @@ (define-public quazip
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0njgbdm3dm5p7xic5mhppbqsl36zn83zz0xfsfh624hlk0ff7n0a"))))))
|
||||
(base32 "1jsw4xm5wyaqcj1pma5zzd8f5xbgd5lcjh18ah3kg36xz5i69yi4"))))))
|
||||
|
||||
(define-public zchunk
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue