gnu: kiwix-tools: Update to 3.3.0.
* gnu/packages/web.scm (kiwix-tools): Update to 3.3.0.
This commit is contained in:
parent
93d8523487
commit
2691bac7fd
1 changed files with 2 additions and 2 deletions
|
@ -8085,14 +8085,14 @@ offline (such as Wikipedia), without any access to Internet.")
|
||||||
(define-public kiwix-tools
|
(define-public kiwix-tools
|
||||||
(package
|
(package
|
||||||
(name "kiwix-tools")
|
(name "kiwix-tools")
|
||||||
(version "3.1.2")
|
(version "3.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.kiwix.org/release/"
|
(uri (string-append "https://download.kiwix.org/release/"
|
||||||
"kiwix-tools/kiwix-tools-" version ".tar.xz"))
|
"kiwix-tools/kiwix-tools-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1npf9ddhpkmx97gxmvmwmi8a69md8kh2szimd9rpg6ggd4big03a"))))
|
"07mj0lrznydhdbirybdyxswypr7hy290mjdv7lkjr6gxgdp29d37"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list curl
|
(list curl
|
||||||
|
|
Reference in a new issue