guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 4fbaa2ff0688f5e51467ef0b2be6712c41253903
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Aug 27 16:28:10 2025 +0200
gnu: python-faster-whisper: Update to 1.2.0.
* gnu/packages/machine-learning.scm (python-faster-whisper): Update to
1.2.0.
Change-Id: I24ff0b18e3b4ef4d3e6597e748d6b2203c4034d6
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/machine-learning.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 473aad6824..718b8172ed 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -221,7 +221,7 @@ family of functions.")
(define-public python-faster-whisper
(package
(name "python-faster-whisper")
- (version "1.1.1")
+ (version "1.2.0")
(source
(origin
(method git-fetch)
@@ -230,7 +230,7 @@ family of functions.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0g9cdvphifn4rqhh7p4z1d3pp6bhcx0jmcahjigvcgry0qsijgfn"))))
+ (base32 "0wmc9aszpnbr60l5v97np0rc3zsz4pldjald7kmnr668rhpakzcj"))))
(build-system pyproject-build-system)
;; XXX: Currently tests requires model download, which we'd rather avoid
;; in Guix unless we're sure about the FOSS weights. To test in source :