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.1.


From: guix-commits
Subject: 01/01: gnu: grammalecte: Update to 1.1.
Date: Thu, 16 May 2019 04:37:13 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6e633a510c53ac3130296bfd5ecf98506b499421
Author: Nicolas Goaziou <address@hidden>
Date:   Thu May 16 10:37:04 2019 +0200

    gnu: grammalecte: Update to 1.1.
    
    * gnu/packages/dictionaries.scm (grammalecte): Update to 1.1.
---
 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 127dfb0..881ac93 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.0.2")
+    (version "1.1")
     (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
-         "16azrl8gb6wd7kjjrb495fjs5vkz9al2f6wx1yvjhdbsinxds0cc"))))
+         "031d6cn1wn7ps3j38vx6s8z2gjp9nqgiypqm3bfbhxqcammyhian"))))
     (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]