guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: python-vosk: Update for Python 3.10.


From: guix-commits
Subject: 03/03: gnu: python-vosk: Update for Python 3.10.
Date: Thu, 25 May 2023 09:38:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit de926f43b82d35f4e953570882801b80e1ade48f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 25 15:36:19 2023 +0200

    gnu: python-vosk: Update for Python 3.10.
    
    * gnu/packages/machine-learning.scm (python-vosk)[arguments]: Replace 3.9 
with
    3.10.
---
 gnu/packages/machine-learning.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index fd20168ab5..5fa30ebfff 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]