guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: grammalecte: Update to 0.6.3.1.


From: Nicolas Goaziou
Subject: 01/01: gnu: grammalecte: Update to 0.6.3.1.
Date: Sun, 8 Apr 2018 03:14:26 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2cc267e07a34737982184433c6cd13ede9551175
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Apr 8 09:13:53 2018 +0200

    gnu: grammalecte: Update to 0.6.3.1.
    
    * gnu/packages/dictionaries.scm (grammalecte): Update to 0.6.3.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 85979ba..d787493 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -213,7 +213,7 @@ It comes with a German-English dictionary with 
approximately 270,000 entries.")
 (define-public grammalecte
   (package
     (name "grammalecte")
-    (version "0.6.2")
+    (version "0.6.3.1")
     (source
      (origin
        (method url-fetch/zipbomb)
@@ -221,7 +221,7 @@ It comes with a German-English dictionary with 
approximately 270,000 entries.")
                            "Grammalecte-fr-v" version ".zip"))
        (sha256
         (base32
-         "0pvblclvbxbfgmq0cvmpmzpf6bi6r41arndwprl7ab9kci9hi8j2"))))
+         "0jlzrhpx9qvjdq679w188p86x09yfjf3l0h4scjl9w26yyp53gr8"))))
     (build-system python-build-system)
     (home-page "https://www.dicollecte.org";)
     (synopsis  "French spelling and grammar checker")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]