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


From: guix-commits
Subject: 01/01: gnu: grammalecte: Update to 1.6.0.
Date: Sun, 1 Dec 2019 15:23:58 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 363359f8de2b0f7c0c50bc742e3e0ea778b2fc5b
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Dec 1 21:23:46 2019 +0100

    gnu: grammalecte: Update to 1.6.0.
    
    * gnu/packages/dictionaries.scm (grammalecte): Update to 1.6.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 320ffb1..1aa54d9 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -219,7 +219,7 @@ It comes with a German-English dictionary with 
approximately 270,000 entries.")
 (define-public grammalecte
   (package
     (name "grammalecte")
-    (version "1.5.0")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch/zipbomb)
@@ -227,7 +227,7 @@ It comes with a German-English dictionary with 
approximately 270,000 entries.")
                            "Grammalecte-fr-v" version ".zip"))
        (sha256
         (base32
-         "0byh578apbyq2jdpgmbaw01izlkyw2h5nsr28az44rvaqrsndy0z"))))
+         "0kz13gx2hd23xd6bfr4z73lh18slj3vbvs2xcb7qvhramxjqzqcn"))))
     (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]