diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-08-01 22:21:09 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-08-01 22:21:09 +0200 |
commit | 8de4131b2ddd11faa3394cf497484563068c9e7a (patch) | |
tree | ed4ed9e586c7236f09c109afdd416dac18ba8cc3 /gnu/packages/ebook.scm | |
parent | 15406013fe63f2ab238eec2d7a8adbc586806ac8 (diff) | |
parent | 45b7a8bfda5bde2e2daee4bec0ca092cd719d726 (diff) | |
download | guix-8de4131b2ddd11faa3394cf497484563068c9e7a.tar.gz guix-8de4131b2ddd11faa3394cf497484563068c9e7a.zip |
Merge branch 'master' into emacs-team
Diffstat (limited to 'gnu/packages/ebook.scm')
-rw-r--r-- | gnu/packages/ebook.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 993ebb8fc1..6962547c75 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -621,7 +621,7 @@ Some of the current features: (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 @@ Some of the current features: version "/xchm-" version ".tar.gz")) (sha256 (base32 - "0an09shap2wj9gzj5fsw5sc2i6paq3kc3mc52fnwg2bb2dan5qxk")))) + "19w9cmdncqgy20bk8njbvcz5xld15pq5slf7m477vhnvws8a373i")))) (build-system gnu-build-system) (inputs (list wxwidgets chmlib)) |