gnu: openfst: Update to 1.7.9.

* gnu/packages/machine-learning.scm (openfst): Update to 1.7.9.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-11 03:15:07 +02:00
parent 1bf6cdc4be
commit e4d51494e8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -415,14 +415,14 @@ (define-public randomjungle
(define-public openfst
(package
(name "openfst")
(version "1.7.2")
(version "1.7.9")
(source (origin
(method url-fetch)
(uri (string-append "http://www.openfst.org/twiki/pub/FST/"
"FstDownload/openfst-" version ".tar.gz"))
(sha256
(base32
"0fqgk8195kz21is09gwzwnrg7fr9526bi9mh4apyskapz27pbhr1"))))
"1pmx1yhn2gknj0an0zwqmzgwjaycapi896244np50a8y3nrsw6ck"))))
(build-system gnu-build-system)
(home-page "http://www.openfst.org")
(synopsis "Library for weighted finite-state transducers")