gnu: xchm: Update to 1.35.

* gnu/packages/ebook.scm (xchm): Update to 1.35.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-09 02:00:01 +02:00
parent 6dbcdb4b7f
commit 4eee59ef34
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -621,7 +621,7 @@ (define-public cozy
(define-public xchm
(package
(name "xchm")
(version "1.33")
(version "1.35")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/rzvncj/xCHM"
@ -629,7 +629,7 @@ (define-public xchm
version "/xchm-" version ".tar.gz"))
(sha256
(base32
"0an09shap2wj9gzj5fsw5sc2i6paq3kc3mc52fnwg2bb2dan5qxk"))))
"19w9cmdncqgy20bk8njbvcz5xld15pq5slf7m477vhnvws8a373i"))))
(build-system gnu-build-system)
(inputs
(list wxwidgets chmlib))