gnu: quazip: Update to 0.9.

* gnu/packages/compression.scm (quazip): Update to 0.9.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-01 16:31:57 +02:00
parent ebf6431b9b
commit eeec9973bc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1947,7 +1947,7 @@ download times, and other distribution and storage costs.")
(define-public quazip (define-public quazip
(package (package
(name "quazip") (name "quazip")
(version "0.8.1") (version "0.9")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1956,7 +1956,7 @@ download times, and other distribution and storage costs.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1g473gnsbkvxpsv8lbsmhspn7jnq86b05zzgqh11r581v8ndvz5s")))) "0psvf3d9akyyx3bckc9325nmbp97xiagf8la4vhca5xn2f430fbn"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ;no test `(#:tests? #f)) ;no test