guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: grammalecte: Update to 1.12.2.


From: guix-commits
Subject: 05/05: gnu: grammalecte: Update to 1.12.2.
Date: Thu, 17 Sep 2020 08:10:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 88c71751619ae5f6ae13ad057d3862f29cb942a4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Sep 17 13:53:32 2020 +0200

    gnu: grammalecte: Update to 1.12.2.
    
    * gnu/packages/dictionaries.scm (grammalecte): Update to 1.12.2.
---
 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 ddc0440..f60b3f3 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.12.0")
+    (version "1.12.2")
     (source
      (origin
        (method url-fetch/zipbomb)
        (uri (string-append "https://grammalecte.net/grammalecte/zip/";
                            "Grammalecte-fr-v" version ".zip"))
        (sha256
-        (base32 "1aifa7rj8zyxgk5cgmlgcws2hip7a7y6sr7kddjdnpfgdgy4jjgh"))))
+        (base32 "1qny2l5dr08pfj2dnzmvm5gmwqz8m879ryxfaw4k8dhaacrrrf62"))))
     (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]