gnu: libzim: Update to 8.0.0.

* gnu/packages/web.scm (libzim): Update to 8.0.0.
[inputs]: Remove labels. Sort.
This commit is contained in:
Arun Isaac 2022-08-13 16:46:22 +05:30
parent a491f25166
commit 1e51cb37fb
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -7952,7 +7952,7 @@ (define-public gmnisrv
(define-public libzim
(package
(name "libzim")
(version "6.3.2")
(version "8.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -7960,19 +7960,19 @@ (define-public libzim
(commit version)))
(sha256
(base32
"00kc4qc0a69jh1jwk5xhi567b7ffpc3p38ffrf2xaax4hvpjwmn6"))
"1a7wj8kmpx5aqx0wsfcnaqlfsf1gr66iqxyn24cgjnk4d1rjsahm"))
(file-name (git-file-name name version))))
(build-system meson-build-system)
(arguments
;; TODO: Find out why tests fail.
'(#:tests? #f))
(inputs
`(("icu4c" ,icu4c)
("liblzma" ,xz)
("libuuid" ,util-linux "lib")
("python" ,python-wrapper) ;for libzim-compile-resources
("xapian" ,xapian)
("zstd" ,zstd "lib")))
(list icu4c
python-wrapper ; for libzim-compile-resources
xapian
xz
(list util-linux "lib")
(list zstd "lib")))
(native-inputs
(list pkg-config googletest))
(home-page "https://wiki.openzim.org/wiki/Main_Page")