summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-08-24 12:30:18 +0200
committerCayetano Santos <csantosb@inventati.org>2026-08-24 12:35:41 +0200
commitf7ecec459671333039b4164abab9960126f876bc (patch)
treeca33966d60ccdd4ac396d8ad9b4b64600679f09b
parent7ea2e1aa255ed1ed9be4fcf526c338480b8bcd20 (diff)
gnu: xiphos: Update to 4.4.0.
* gnu/packages/books.scm (xiphos): Update to 4.4.0. [inputs]: Add speech-dispatcher.
-rw-r--r--gnu/packages/books.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/books.scm b/gnu/packages/books.scm
index f6d1667198c..1e0c169a206 100644
--- a/gnu/packages/books.scm
+++ b/gnu/packages/books.scm
@@ -62,6 +62,7 @@
62 #:use-module (gnu packages pkg-config) 62 #:use-module (gnu packages pkg-config)
63 #:use-module (gnu packages python) 63 #:use-module (gnu packages python)
64 #:use-module (gnu packages python-build) 64 #:use-module (gnu packages python-build)
65 #:use-module (gnu packages speech)
65 #:use-module (gnu packages tex) 66 #:use-module (gnu packages tex)
66 #:use-module (gnu packages texinfo) 67 #:use-module (gnu packages texinfo)
67 #:use-module (gnu packages version-control) 68 #:use-module (gnu packages version-control)
@@ -290,7 +291,7 @@ software, with support for multiple texts and languages.")
290(define-public xiphos 291(define-public xiphos
291 (package 292 (package
292 (name "xiphos") 293 (name "xiphos")
293 (version "4.3.2") 294 (version "4.4.0")
294 (source 295 (source
295 (origin 296 (origin
296 (method git-fetch) 297 (method git-fetch)
@@ -298,8 +299,7 @@ software, with support for multiple texts and languages.")
298 (url "https://github.com/crosswire/xiphos") 299 (url "https://github.com/crosswire/xiphos")
299 (commit version))) 300 (commit version)))
300 (sha256 301 (sha256
301 (base32 "15p8ahbcd8vjm1ch0wahjfj20agd06va8rvgw1awnyzkcw2xsf8x")) 302 (base32 "1xcbf5w09hiz50a981dsmnlyg0ag15w1isazcmqk3zd7hjay3ikj"))
302 (patches (search-patches "xiphos-glib.patch"))
303 (file-name (git-file-name name version)))) 303 (file-name (git-file-name name version))))
304 (build-system cmake-build-system) 304 (build-system cmake-build-system)
305 (native-inputs (list appstream 305 (native-inputs (list appstream
@@ -320,7 +320,7 @@ software, with support for multiple texts and languages.")
320 webkitgtk-for-gtk3 320 webkitgtk-for-gtk3
321 yelp-tools 321 yelp-tools
322 zip)) 322 zip))
323 (inputs (list dbus dbus-glib libxml2 python python-lxml)) 323 (inputs (list dbus dbus-glib libxml2 python python-lxml speech-dispatcher))
324 (arguments 324 (arguments
325 (list 325 (list
326 #:tests? #f)) ;No tests 326 #:tests? #f)) ;No tests