3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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 @@ sample proximities between pairs of cases.")
(define-public openfst (define-public openfst
(package (package
(name "openfst") (name "openfst")
(version "1.7.2") (version "1.7.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.openfst.org/twiki/pub/FST/" (uri (string-append "http://www.openfst.org/twiki/pub/FST/"
"FstDownload/openfst-" version ".tar.gz")) "FstDownload/openfst-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0fqgk8195kz21is09gwzwnrg7fr9526bi9mh4apyskapz27pbhr1")))) "1pmx1yhn2gknj0an0zwqmzgwjaycapi896244np50a8y3nrsw6ck"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "http://www.openfst.org") (home-page "http://www.openfst.org")
(synopsis "Library for weighted finite-state transducers") (synopsis "Library for weighted finite-state transducers")