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


From: guix-commits
Subject: branch master updated: gnu: grammalecte: Update to 2.1.1.
Date: Tue, 23 Feb 2021 13:02:07 -0500

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 a31a308  gnu: grammalecte: Update to 2.1.1.
a31a308 is described below

commit a31a3082458a9fc74b6253097a358d3ee65cfced
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 23 19:01:50 2021 +0100

    gnu: grammalecte: Update to 2.1.1.
    
    * gnu/packages/dictionaries.scm (grammalecte): Update to 2.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 538f3c7..f73eb6f 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -216,14 +216,14 @@ It comes with a German-English dictionary with 
approximately 270,000 entries.")
 (define-public grammalecte
   (package
     (name "grammalecte")
-    (version "2.1.0")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch/zipbomb)
        (uri (string-append "https://grammalecte.net/grammalecte/zip/";
                            "Grammalecte-fr-v" version ".zip"))
        (sha256
-        (base32 "1j07zpqfvkxf52yhh0yf0xj1rh5whggc6s8fqrh6pbvz05lfdcr8"))))
+        (base32 "076jv3ywdgqqzg92bfbagc7ypy08xjq5zn4vgna6j9350fkfqhzn"))))
     (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]