me
/
guix
Archived
1
0
Fork 0

gnu: libzip: Update to 1.8.0.

* gnu/packages/compression.scm (libzip): Update to 1.8.0.
master
Tobias Geerinckx-Rice 2021-07-01 20:40:32 +02:00
parent 31876aaebc
commit 85c54e0e7c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1971,14 +1971,14 @@ timestamps in the file header with a fixed time (1 January 2008).
(define-public libzip
(package
(name "libzip")
(version "1.7.3")
(version "1.8.0")
(source (origin
(method url-fetch)
(uri (string-append
"https://libzip.org/download/libzip-" version ".tar.xz"))
(sha256
(base32
"0ck1dk7zn5qzpgxklg0r26nfsf04xb6c46gsig060hkvvgzp6156"))))
"0zn9vaiwy2izj8cnm8i7c2mbdn38n328grqb8f07x55s4kd3nxph"))))
(native-inputs
`(("perl" ,perl)))
(inputs