Merge branch 'staging' into core-updates

This commit is contained in:
Marius Bakke 2019-03-14 16:30:19 +01:00
commit 19008a22d1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
91 changed files with 12282 additions and 7670 deletions

View file

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