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


From: Nicolas Goaziou
Subject: 01/01: gnu: grammalecte: Update to 0.6.2.
Date: Sat, 3 Mar 2018 08:08:19 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 0645da3fe3112a3568e646babf524bd9439ffb8e
Author: Nicolas Goaziou <address@hidden>
Date:   Sat Mar 3 14:06:43 2018 +0100

    gnu: grammalecte: Update to 0.6.2.
    
    * gnu/packages/dictionaries.scm (grammalecte): Update to 0.6.2.
    [arguments]: Remove.
---
 gnu/packages/dictionaries.scm | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index 25e4613..1c1d624 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -211,7 +211,7 @@ It comes with a German-English dictionary with 
approximately 270,000 entries.")
 (define-public grammalecte
   (package
     (name "grammalecte")
-    (version "0.6.1")
+    (version "0.6.2")
     (source
      (origin
        (method url-fetch/zipbomb)
@@ -219,20 +219,8 @@ It comes with a German-English dictionary with 
approximately 270,000 entries.")
                            "Grammalecte-fr-v" version ".zip"))
        (sha256
         (base32
-         "0bl342i7nqbg8swk3fxashg9liyp3jdnix59pndhy41cpm1xln4i"))))
+         "0pvblclvbxbfgmq0cvmpmzpf6bi6r41arndwprl7ab9kci9hi8j2"))))
     (build-system python-build-system)
-    (arguments
-     '(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'fix-setup.py
-           ;; FIXME: "setup.py" contains a typo in 0.6.1 release. The
-           ;; issue was reported and fixed upstream
-           ;; (https://dicollecte.org/thread.php?prj=fr&t=674). This
-           ;; phase can be removed in next release.
-           (lambda _
-             (substitute* "setup.py"
-               (("server_options\\.") "grammalecte-server-options."))
-             #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]