gnu: openfst: Update to 1.7.9.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 11 Aug 2020 01:15:07 +0000 (03:15 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 11 Aug 2020 01:15:35 +0000 (03:15 +0200)
* gnu/packages/machine-learning.scm (openfst): Update to 1.7.9.

gnu/packages/machine-learning.scm

index 4ec3ed0..163ebde 100644 (file)
@@ -415,14 +415,14 @@ sample proximities between pairs of cases.")
 (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")