mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: quazip: Update to 1.5.
* gnu/packages/compression.scm (quazip): Update to 1.5. Change-Id: Id8fd2682f1c7a0bea2fbd4b4b2f5b3f3cdd9cefc
This commit is contained in:
parent
8aa2e46abe
commit
e02421a79d
1 changed files with 2 additions and 2 deletions
|
@ -2553,7 +2553,7 @@ download times, and other distribution and storage costs.")
|
|||
(define-public quazip
|
||||
(package
|
||||
(name "quazip")
|
||||
(version "1.4")
|
||||
(version "1.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2562,7 +2562,7 @@ download times, and other distribution and storage costs.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jsw4xm5wyaqcj1pma5zzd8f5xbgd5lcjh18ah3kg36xz5i69yi4"))))
|
||||
(base32 "0ni1656g2xf0cspwjp645hhd2p4iaqki4z26xhkxz04l5nzsdrh0"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;no test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue