summaryrefslogtreecommitdiff
path: root/gnu/packages/ebook.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-01-06 03:46:58 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-06 05:24:16 +0100
commita2ea9ea3005b90b947bb9d613b0b267f2d52f9e9 (patch)
tree12932a48d5cbd997d2ec6067bfc67525f8b408d1 /gnu/packages/ebook.scm
parent0791b10909c09ce5b51e39da0261f8b6b349d744 (diff)
downloadguix-patches-a2ea9ea3005b90b947bb9d613b0b267f2d52f9e9.tar
guix-patches-a2ea9ea3005b90b947bb9d613b0b267f2d52f9e9.tar.gz
gnu: xchm: Update to 1.33.
* gnu/packages/ebook.scm (xchm): Update to 1.33.
Diffstat (limited to 'gnu/packages/ebook.scm')
-rw-r--r--gnu/packages/ebook.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 393b439b5c..03671ee902 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -613,7 +613,7 @@ Some of the current features:
(define-public xchm
(package
(name "xchm")
- (version "1.32")
+ (version "1.33")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/rzvncj/xCHM"
@@ -621,7 +621,7 @@ Some of the current features:
version "/xchm-" version ".tar.gz"))
(sha256
(base32
- "0b12ym7cn65wy268kbksyhakicwb053c8xfn76q2dawrvbras9dj"))))
+ "0an09shap2wj9gzj5fsw5sc2i6paq3kc3mc52fnwg2bb2dan5qxk"))))
(build-system gnu-build-system)
(inputs
(list wxwidgets chmlib))