mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-vosk: Update for Python 3.10.
* gnu/packages/machine-learning.scm (python-vosk)[arguments]: Replace 3.9 with 3.10.
This commit is contained in:
parent
7f79dabc96
commit
de926f43b8
1 changed files with 1 additions and 1 deletions
|
@ -4113,7 +4113,7 @@ (define-public python-vosk
|
|||
"library_dirs=["
|
||||
"'" #$vosk-api "/lib'"
|
||||
"],\n\t"
|
||||
"libraries=['vosk', 'python3.9'],\n\t"
|
||||
"libraries=['vosk', 'python3.10'],\n\t"
|
||||
"include_dirs=["
|
||||
"'" #$vosk-api "/src'" "])")))
|
||||
(substitute* "vosk/__init__.py"
|
||||
|
|
Loading…
Reference in a new issue