gnu: libzip: Update to 1.5.1.
* gnu/packages/compression.scm (libzip): Update to 1.5.1. [build-system]: Switch to CMAKE-BUILD-SYSTEM.
This commit is contained in:
parent
69b8820e7b
commit
804863196c
|
@ -1889,19 +1889,19 @@ create, manipulate, read, and write Zip archive files.")
|
||||||
(define-public libzip
|
(define-public libzip
|
||||||
(package
|
(package
|
||||||
(name "libzip")
|
(name "libzip")
|
||||||
(version "1.3.2")
|
(version "1.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://libzip.org/download/" name "-" version ".tar.xz"))
|
"https://libzip.org/download/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11g1hvm2bxa2v5plakfzcwyk5hb5fz4kgrkp38l0xhnv21888xv2"))))
|
"0wnkkvkq90wyawj9221i77sf3nix1vj3ygzdy59k8yvcjnv3bsh4"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)))
|
`(("perl" ,perl)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)))
|
`(("zlib" ,zlib)))
|
||||||
(build-system gnu-build-system)
|
(build-system cmake-build-system)
|
||||||
(home-page "https://libzip.org")
|
(home-page "https://libzip.org")
|
||||||
(synopsis "C library for reading, creating, and modifying zip archives")
|
(synopsis "C library for reading, creating, and modifying zip archives")
|
||||||
(description "Libzip is a C library for reading, creating, and modifying
|
(description "Libzip is a C library for reading, creating, and modifying
|
||||||
|
|
Loading…
Reference in New Issue