guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: grammalecte: Update to 1.11.0.


From: guix-commits
Subject: branch master updated: gnu: grammalecte: Update to 1.11.0.
Date: Sun, 26 Jul 2020 11:10:01 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 32e75c7  gnu: grammalecte: Update to 1.11.0.
32e75c7 is described below

commit 32e75c78f82f2e9ac6030e2ce9039ee604a60483
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 26 17:00:38 2020 +0200

    gnu: grammalecte: Update to 1.11.0.
    
    * gnu/packages/dictionaries.scm (grammalecte): Update to 1.11.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 aee8799..92fdb92 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -205,14 +205,14 @@ It comes with a German-English dictionary with 
approximately 270,000 entries.")
 (define-public grammalecte
   (package
     (name "grammalecte")
-    (version "1.10.0")
+    (version "1.11.0")
     (source
      (origin
        (method url-fetch/zipbomb)
        (uri (string-append "https://grammalecte.net/grammalecte/zip/";
                            "Grammalecte-fr-v" version ".zip"))
        (sha256
-        (base32 "0lyngnvg995qdm9bhqj8vd8aywpcdqmzv3j4j77wxhsfa9k0pz08"))))
+        (base32 "1zsn10y0894l3c3cnji4x3j8064k1kprfz87ibdv89divimhykjj"))))
     (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]