guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: grammalecte: Update to 1.3.0.


From: guix-commits
Subject: 01/01: gnu: grammalecte: Update to 1.3.0.
Date: Mon, 2 Sep 2019 16:56:23 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 4a8253d6223749b937611bc425e19b7b5553a655
Author: Nicolas Goaziou <address@hidden>
Date:   Mon Sep 2 22:56:13 2019 +0200

    gnu: grammalecte: Update to 1.3.0.
    
    * gnu/packages/dictionaries.scm (grammalecte): Update to 1.3.0.
---
 gnu/packages/dictionaries.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index 228a8b6..ba22fec 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -218,7 +218,7 @@ It comes with a German-English dictionary with 
approximately 270,000 entries.")
 (define-public grammalecte
   (package
     (name "grammalecte")
-    (version "1.2.1")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch/zipbomb)
@@ -226,7 +226,7 @@ It comes with a German-English dictionary with 
approximately 270,000 entries.")
                            "Grammalecte-fr-v" version ".zip"))
        (sha256
         (base32
-         "1j2avdk8hcgcv0lahp029qzpdb2rnys38hc64jy30awzx64fa6i4"))))
+         "1knysfdd1rx4vc5cmmnry4jsza0cdjy26fv505m854yfmq6zrckd"))))
     (build-system python-build-system)
     (home-page "https://grammalecte.net";)
     (synopsis  "French spelling and grammar checker")



reply via email to

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