mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: openfst: Update to 1.7.9.
* gnu/packages/machine-learning.scm (openfst): Update to 1.7.9.
This commit is contained in:
parent
1bf6cdc4be
commit
e4d51494e8
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue