summaryrefslogtreecommitdiff
path: root/gnu/packages/speech.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-01-11 17:39:27 +0100
committerMarius Bakke <marius@gnu.org>2022-01-11 18:36:40 +0100
commit48e8ac65e22edd1b29960709e85bce63babf4c17 (patch)
tree240219dd525ab3c1236ab0d2caeeb6ba22a83788 /gnu/packages/speech.scm
parent20375df33932209fec381b4afc10f1cbd78e52b8 (diff)
downloadguix-patches-48e8ac65e22edd1b29960709e85bce63babf4c17.tar
guix-patches-48e8ac65e22edd1b29960709e85bce63babf4c17.tar.gz
gnu: speech-dispatcher: Update to 0.11.1.
* gnu/packages/speech.scm (speech-dispatcher): Update to 0.11.1
Diffstat (limited to 'gnu/packages/speech.scm')
-rw-r--r--gnu/packages/speech.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm
index 5323b22865..f6ca6099de 100644
--- a/gnu/packages/speech.scm
+++ b/gnu/packages/speech.scm
@@ -235,7 +235,7 @@ efficiency through the use of a compact vector representation of n-grams.")
(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 @@ efficiency through the use of a compact vector representation of n-grams.")
version ".tar.gz"))
(sha256
(base32
- "1p72x9vsqvmhz1ym2bcpiqscn063rxdsylv65735cpp107r1jqxh"))))
+ "1inxqabbml2vhp0lvx4khhda4g1dp8wyr8mnk4vz315c7pni5nni"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static"