Archived
1
0
Fork 0

gnu: xchm: Update to 1.33.

* gnu/packages/ebook.scm (xchm): Update to 1.33.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-06 03:46:58 +01:00
parent 0791b10909
commit a2ea9ea300
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -613,7 +613,7 @@ Some of the current features:
(define-public xchm (define-public xchm
(package (package
(name "xchm") (name "xchm")
(version "1.32") (version "1.33")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/rzvncj/xCHM" (uri (string-append "https://github.com/rzvncj/xCHM"
@ -621,7 +621,7 @@ Some of the current features:
version "/xchm-" version ".tar.gz")) version "/xchm-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0b12ym7cn65wy268kbksyhakicwb053c8xfn76q2dawrvbras9dj")))) "0an09shap2wj9gzj5fsw5sc2i6paq3kc3mc52fnwg2bb2dan5qxk"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list wxwidgets chmlib)) (list wxwidgets chmlib))