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


From: Nicolas Goaziou
Subject: 01/01: gnu: grammalecte: Update to 0.6.4.
Date: Mon, 23 Apr 2018 16:32:36 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 845688f0096abe2eeba032f594108430d69fc8e8
Author: Nicolas Goaziou <address@hidden>
Date:   Mon Apr 23 22:32:03 2018 +0200

    gnu: grammalecte: Update to 0.6.4.
    
    * gnu/packages/dictionaries.scm (grammalecte): Update to 0.6.4.
    [arguments]: Remove unnecessary fix.
---
 gnu/packages/dictionaries.scm | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index 965002a..55f2501 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.3.1")
+    (version "0.6.4")
     (source
      (origin
        (method url-fetch/zipbomb)
@@ -221,21 +221,8 @@ It comes with a German-English dictionary with 
approximately 270,000 entries.")
                            "Grammalecte-fr-v" version ".zip"))
        (sha256
         (base32
-         "0jlzrhpx9qvjdq679w188p86x09yfjf3l0h4scjl9w26yyp53gr8"))))
+         "13var1gi3gb2bwi7k21bn2pla0rs17cd7kc3mc5a2nsyqgsrzxfw"))))
     (build-system python-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'fix-setup
-           ;; Fix typos in "setup.py".  In particular, add the new
-           ;; "graphspell" module introduced in 0.6.2.  Reported upstream:
-           ;; <https://www.dicollecte.org/thread.php?prj=fr&t=709>
-           (lambda _
-             (substitute* "setup.py"
-               (("packages=\\['grammalecte', 'grammalecte.fr'\\],")
-                "packages=['grammalecte', 'grammalecte.fr', 
'grammalecte.graphspell'],")
-               (("_dictionaries/French.bdic") 
"graphspell/_dictionaries/fr.bdic"))
-             #t)))))
     (home-page "https://www.dicollecte.org";)
     (synopsis  "French spelling and grammar checker")
     (description "Grammalecte is a grammar checker dedicated to the French



reply via email to

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