~ruther/guix-local

4fbaa2ff0688f5e51467ef0b2be6712c41253903 — Cayetano Santos 7 months ago b04f2ca
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +2 -2
@@ 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 :