gnu: kaldi: Update to 0-2.01aadd7.

* gnu/packages/patches/kaldi-ignore-failing-test.patch: Add patch.
* gnu/local.mk: Record patch.
* gnu/packages/machine-learning.scm (kaldi): Update to 0-2.01aadd7.
  [origin]: Record patches.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Nicolas Graves 2025-04-24 01:08:09 +02:00 committed by Christopher Baines
parent d8b666ca4e
commit 64f81d86ef
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577
3 changed files with 35 additions and 3 deletions

View file

@ -2904,8 +2904,8 @@ PyTrees.")
;; There have been no proper releases yet.
(define-public kaldi
(let ((commit "be22248e3a166d9ec52c78dac945f471e7c3a8aa")
(revision "1"))
(let ((commit "01aadd7c19372e3eacadec88caabd86162f33d69")
(revision "2"))
(package
(name "kaldi")
(version (git-version "0" revision commit))
@ -2917,7 +2917,10 @@ PyTrees.")
(file-name (git-file-name name version))
(sha256
(base32
"1wkxz3p0h68mxbg41i1wygir2r4rraxbb4672xkkvvs85r6c8r8i"))))
"08l31g256wl81fsrm1dvi0d2rq2vk5zq7ihbbiw7hp51iwg2miif"))
(patches
(search-patches "kaldi-openblas-0.3.29-compatibility.patch"
"kaldi-ignore-failing-test.patch"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"