diff options
author | Ricardo Wurmus <[email protected]> | 2023-05-25 15:59:33 +0200 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2023-05-25 15:59:33 +0200 |
commit | 0c662d570eec2fe8879e49bd4ccc31950aeb9ef8 (patch) | |
tree | d6a6be3cc1ba4fd17aba1ae4638e522b1d1a3f74 /gnu/packages/speech.scm | |
parent | de926f43b82d35f4e953570882801b80e1ade48f (diff) |
gnu: ekho: Update to 8.6.
* gnu/packages/speech.scm (ekho): Update to 8.6.
Diffstat (limited to 'gnu/packages/speech.scm')
-rw-r--r-- | gnu/packages/speech.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm index 79d8dd5a5a..9939d2f165 100644 --- a/gnu/packages/speech.scm +++ b/gnu/packages/speech.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2017 Leo Famulari <[email protected]> ;;; Copyright © 2018, 2020–2022 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2016 Kei Kebreau <[email protected]> -;;; Copyright © 2019, 2021, 2022 Ricardo Wurmus <[email protected]> +;;; Copyright © 2019, 2021, 2022, 2023 Ricardo Wurmus <[email protected]> ;;; Copyright © 2020 Nicolas Goaziou <[email protected]> ;;; Copyright © 2020 Efraim Flashner <[email protected]> ;;; Copyright © 2021 qblade <[email protected]> @@ -608,7 +608,7 @@ recognition engine.") (define-public ekho (package (name "ekho") - (version "8.4") + (version "8.6") (source (origin (method url-fetch) @@ -616,7 +616,7 @@ recognition engine.") (string-append "mirror://sourceforge/e-guidedog/Ekho/" version "/ekho-" version ".tar.xz")) (sha256 - (base32 "1v476kpw09ljj8mavasj4hya2w11jwlx7q22rh1lsn9jkkam5i2a")))) + (base32 "1hxdh8bs4zs83w19z897wb4n8n0kyv0ycjfwbi5w0j7mcxsqwh27")))) (native-inputs (list pkg-config)) (inputs |