[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: openfst: Update to 1.7.2.
From: |
guix-commits |
Subject: |
01/09: gnu: openfst: Update to 1.7.2. |
Date: |
Wed, 24 Apr 2019 22:44:46 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5ed720976a5cb714fa2f993b57e8978b373673a4
Author: Tobias Geerinckx-Rice <address@hidden>
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 <address@hidden>
;;; Copyright © 2016, 2017 Marius Bakke <address@hidden>
;;; Copyright © 2016 Hartmut Goebel <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2018 Kei Kebreau <address@hidden>
;;; Copyright © 2018 Mark Meyer <address@hidden>
;;; Copyright © 2018 Ben Woodcroft <address@hidden>
@@ -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")
- branch master updated (ecb33b8 -> 0406434), guix-commits, 2019/04/24
- 06/09: gnu, guix: Yearly ritual purging of the filesystems., guix-commits, 2019/04/24
- 09/09: gnu: bind: Update to 9.12.4-P1 [fixes CVE-2018-5743, CVE-2019-6467]., guix-commits, 2019/04/24
- 08/09: gnu: r-yamss: Fix typo in description., guix-commits, 2019/04/24
- 07/09: gnu: python-dill: Fix typo in description., guix-commits, 2019/04/24
- 05/09: gnu: bubblewrap: Edit description., guix-commits, 2019/04/24
- 03/09: gnu: libimobiledevice: Edit description., guix-commits, 2019/04/24
- 04/09: gnu: perl-filesys-notify-simple: Edit description., guix-commits, 2019/04/24
- 02/09: gnu: libsvm: Update to 3.23., guix-commits, 2019/04/24
- 01/09: gnu: openfst: Update to 1.7.2.,
guix-commits <=