gnu: openfst: Update to 1.8.4.

* gnu/packages/machine-learning.scm (openfst): Update to 1.8.4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Nicolas Graves 2025-04-24 01:08:08 +02:00 committed by Christopher Baines
parent ef7e5f1ef9
commit d8b666ca4e
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1007,14 +1007,14 @@ matrices.")
(define-public openfst
(package
(name "openfst")
(version "1.8.2")
(version "1.8.4")
(source (origin
(method url-fetch)
(uri (string-append "http://www.openfst.org/twiki/pub/FST/"
(uri (string-append "https://www.openfst.org/twiki/pub/FST/"
"FstDownload/openfst-" version ".tar.gz"))
(sha256
(base32
"0hlbdmjjf1jgsvi3d2hwni5lz3l9a5bzj6ijpbawa8a7cbrpp66y"))))
"05l057mx1cmbm2jm99mrg75qgz4ca5r78n002mkpxl4j7mpvpsx8"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--enable-ngram-fsts")))
(home-page "https://www.openfst.org")