emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#54506: closed ([PATCH] gnu: openfst: Update to 1.8.2)


From: GNU bug Tracking System
Subject: bug#54506: closed ([PATCH] gnu: openfst: Update to 1.8.2)
Date: Sun, 15 May 2022 20:30:02 +0000

Your message dated Sun, 15 May 2022 22:29:46 +0200
with message-id <871qwuedz9.fsf_-_@gnu.org>
and subject line Re: bug#54506: [PATCH] gnu: openfst: Update to 1.8.2
has caused the debbugs.gnu.org bug report #54506,
regarding [PATCH] gnu: openfst: Update to 1.8.2
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54506: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54506
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: openfst: Update to 1.8.2 Date: Mon, 21 Mar 2022 17:32:15 +0000
---
 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 ba6a439..e2e8252 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -570,14 +570,14 @@ sample proximities between pairs of cases.")
 (define-public openfst
   (package
     (name "openfst")
-    (version "1.7.9")
+    (version "1.8.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.openfst.org/twiki/pub/FST/";
                                   "FstDownload/openfst-" version ".tar.gz"))
               (sha256
                (base32
-                "1pmx1yhn2gknj0an0zwqmzgwjaycapi896244np50a8y3nrsw6ck"))))
+                "0hlbdmjjf1jgsvi3d2hwni5lz3l9a5bzj6ijpbawa8a7cbrpp66y"))))
     (build-system gnu-build-system)
     (home-page "http://www.openfst.org";)
     (synopsis "Library for weighted finite-state transducers")
-- 
2.30.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#54506: [PATCH] gnu: openfst: Update to 1.8.2 Date: Sun, 15 May 2022 22:29:46 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Aurora <rind38@disroot.org> skribis:

> openfst 1.8.2 already moved to C++17
>
> Aurora (1):
>   gnu: openfst: Update to 1.8.2, enable ngram extension
>
>  gnu/packages/machine-learning.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Applied to the ‘staging’ branch, thanks!

Ludo’.


--- End Message ---

reply via email to

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