diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-03-03 14:06:43 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-03-03 14:06:43 +0100 |
commit | 0645da3fe3112a3568e646babf524bd9439ffb8e (patch) | |
tree | d2384c2675817f184dab33dd2782b14bcfbec48f /gnu/packages/dictionaries.scm | |
parent | 62b138caf55f8090e0ad8e04296dc0f98a4fd212 (diff) | |
download | guix-0645da3fe3112a3568e646babf524bd9439ffb8e.tar guix-0645da3fe3112a3568e646babf524bd9439ffb8e.tar.gz |
gnu: grammalecte: Update to 0.6.2.
* gnu/packages/dictionaries.scm (grammalecte): Update to 0.6.2.
[arguments]: Remove.
Diffstat (limited to 'gnu/packages/dictionaries.scm')
-rw-r--r-- | gnu/packages/dictionaries.scm | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 25e4613170..1c1d6247a7 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 |