me
/
guix
Archived
1
0
Fork 0

gnu: libzip: Update to 1.7.2.

* gnu/packages/compression.scm (libzip): Update to 1.7.2.
master
Tobias Geerinckx-Rice 2020-07-14 03:56:56 +02:00
parent 1f5cc686b7
commit 8612b073c6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1612,14 +1612,14 @@ recreates the stored directory structure by default.")
(define-public libzip
(package
(name "libzip")
(version "1.7.1")
(version "1.7.2")
(source (origin
(method url-fetch)
(uri (string-append
"https://libzip.org/download/libzip-" version ".tar.xz"))
(sha256
(base32
"1b4pl3dhva80lg9pmsg82cw40pnn0n35z823irsam7x72wdxq850"))))
"0kpz85yqgn0yrrc9bfq95ssbvvs6q525xwq6mvkfv5hjvijvc4vj"))))
(native-inputs
`(("perl" ,perl)))
(inputs