gnu: speech-dispatcher: Update to 0.11.1.

* gnu/packages/speech.scm (speech-dispatcher): Update to 0.11.1
This commit is contained in:
Marius Bakke 2022-01-11 17:39:27 +01:00
parent 20375df339
commit 48e8ac65e2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -235,7 +235,7 @@ (define-public mitlm
(define-public speech-dispatcher
(package
(name "speech-dispatcher")
(version "0.10.2")
(version "0.11.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/brailcom/speechd/releases"
@ -243,7 +243,7 @@ (define-public speech-dispatcher
version ".tar.gz"))
(sha256
(base32
"1p72x9vsqvmhz1ym2bcpiqscn063rxdsylv65735cpp107r1jqxh"))))
"1inxqabbml2vhp0lvx4khhda4g1dp8wyr8mnk4vz315c7pni5nni"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static"