GNU bug report logs - #78022
[PATCH 0/8] Fix kaldi-based packages

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Wed, 23 Apr 2025 23:00:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 78022 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#78022] [PATCH 2/8] gnu: vosk-api: Update to 0.3.50.
Date: Thu, 24 Apr 2025 01:08:06 +0200
* gnu/packages/machine-learning.scm (vosk-api): Update to 0.3.50.
---
 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 964e2aceb49..b4d921733ab 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -6741,7 +6741,7 @@ (define-public vosk-api
          (kaldi kaldi-for-vosk))
     (package
       (name "vosk-api")
-      (version "0.3.43")
+      (version "0.3.50")
       (source
        (origin
          (method git-fetch)
@@ -6750,7 +6750,7 @@ (define-public vosk-api
                (commit (string-append "v" version))))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0xmp8i140c2hd3rj9dap8a2rnsvzb1k9hnqm12xzbaxrw73rkc29"))))
+          (base32 "0rm7c1n9iv4y9q6a860rqiy2bdawxjhbfd993lms1ly86vwyai8k"))))
       (build-system gnu-build-system)
       (arguments
        (list
-- 
2.49.0





This bug report was last modified 120 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.