guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/14: gnu: openfst: Update to 1.7.9.


From: guix-commits
Subject: 03/14: gnu: openfst: Update to 1.7.9.
Date: Mon, 10 Aug 2020 23:21:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e4d51494e8e4a01a1a7f96ac57ede5701903f1af
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 03:15:07 2020 +0200

    gnu: openfst: Update to 1.7.9.
    
    * gnu/packages/machine-learning.scm (openfst): Update to 1.7.9.
---
 gnu/packages/machine-learning.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 4ec3ed0..163ebde 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]