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


From: guix-commits
Subject: 01/01: gnu: grammalecte: Update to 1.0.1.
Date: Fri, 19 Apr 2019 12:38:17 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2613bab627e1cbc5557841ceee0c1ba08d1897f1
Author: Nicolas Goaziou <address@hidden>
Date:   Fri Apr 19 18:37:22 2019 +0200

    gnu: grammalecte: Update to 1.0.1.
    
    * gnu/packages/dictionaries.scm (grammalecte): Update to 1.0.1.
    [source]: Update URL.
---
 gnu/packages/dictionaries.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index e0cd760..9aae53e 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -218,15 +218,15 @@ It comes with a German-English dictionary with 
approximately 270,000 entries.")
 (define-public grammalecte
   (package
     (name "grammalecte")
-    (version "0.6.5")
+    (version "1.0.1")
     (source
      (origin
        (method url-fetch/zipbomb)
-       (uri (string-append "https://www.dicollecte.org/grammalecte/zip/";
+       (uri (string-append "https://grammalecte.net/grammalecte/zip/";
                            "Grammalecte-fr-v" version ".zip"))
        (sha256
         (base32
-         "11byjs3ggdhia5f4vyfqfvbbczsfqimll98h98g7hlsrm7vrifb0"))))
+         "0p005mqgmckkbif3syv3d90rr1zsm5n5vvac5b29nn8g4v8jjpfs"))))
     (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]