me
/
guix
Archived
1
0
Fork 0

gnu: python-vosk: Update for Python 3.10.

* gnu/packages/machine-learning.scm (python-vosk)[arguments]: Replace 3.9 with
3.10.
master
Ricardo Wurmus 2023-05-25 15:36:19 +02:00
parent 7f79dabc96
commit de926f43b8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -4113,7 +4113,7 @@ simple speech recognition.")
"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"