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 <dannym@friendly-machines.com>
This commit is contained in:
Cayetano Santos 2025-08-27 16:28:10 +02:00 committed by Danny Milosavljevic
parent b04f2ca543
commit 4fbaa2ff06
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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 :