mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: vosk-api: Update to 0.3.50.
* gnu/packages/machine-learning.scm (vosk-api): Update to 0.3.50. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
b4e018dda5
commit
42965d20c1
1 changed files with 2 additions and 2 deletions
|
@ -6728,7 +6728,7 @@ linear algebra routines needed for structured matrices (or operators).")
|
|||
(kaldi kaldi-for-vosk))
|
||||
(package
|
||||
(name "vosk-api")
|
||||
(version "0.3.43")
|
||||
(version "0.3.50")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6737,7 +6737,7 @@ linear algebra routines needed for structured matrices (or operators).")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0xmp8i140c2hd3rj9dap8a2rnsvzb1k9hnqm12xzbaxrw73rkc29"))))
|
||||
(base32 "0rm7c1n9iv4y9q6a860rqiy2bdawxjhbfd993lms1ly86vwyai8k"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue