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