nckx pushed a commit to branch master
in repository guix.
commit 5ed720976a5cb714fa2f993b57e8978b373673a4
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Wed Apr 24 16:24:43 2019 +0200
gnu: openfst: Update to 1.7.2.
* gnu/packages/machine-learning.scm (openfst): Update to 1.7.2.
---
gnu/packages/machine-learning.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 00662fb..688e48b 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2016 Efraim Flashner <[email protected]>
;;; Copyright © 2016, 2017 Marius Bakke <[email protected]>
;;; Copyright © 2016 Hartmut Goebel <[email protected]>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2018 Kei Kebreau <[email protected]>
;;; Copyright © 2018 Mark Meyer <[email protected]>
;;; Copyright © 2018 Ben Woodcroft <[email protected]>
@@ -407,14 +407,14 @@ sample proximities between pairs of cases.")
(define-public openfst
(package
(name "openfst")
- (version "1.7.1")
+ (version "1.7.2")
(source (origin
(method url-fetch)
(uri (string-append "http://www.openfst.org/twiki/pub/FST/"
"FstDownload/openfst-" version ".tar.gz"))
(sha256
(base32
- "0x9wfcqd8hq4h349s7j77sr60h8xjdfshqw1m3a2n6z5bdr9qkm1"))))
+ "0fqgk8195kz21is09gwzwnrg7fr9526bi9mh4apyskapz27pbhr1"))))
(build-system gnu-build-system)
(home-page "http://www.openfst.org")
(synopsis "Library for weighted finite-state transducers")