mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
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:
parent
ef7e5f1ef9
commit
d8b666ca4e
1 changed files with 3 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue