mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
b04f2ca543
commit
4fbaa2ff06
1 changed files with 2 additions and 2 deletions
|
@ -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 :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue