gnu: grammalecte: Update to 0.6.2.
* gnu/packages/dictionaries.scm (grammalecte): Update to 0.6.2. [arguments]: Remove.
This commit is contained in:
parent
62b138caf5
commit
0645da3fe3
|
@ -211,7 +211,7 @@ It comes with a German-English dictionary with approximately 270,000 entries.")
|
||||||
(define-public grammalecte
|
(define-public grammalecte
|
||||||
(package
|
(package
|
||||||
(name "grammalecte")
|
(name "grammalecte")
|
||||||
(version "0.6.1")
|
(version "0.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch/zipbomb)
|
(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"))
|
"Grammalecte-fr-v" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bl342i7nqbg8swk3fxashg9liyp3jdnix59pndhy41cpm1xln4i"))))
|
"0pvblclvbxbfgmq0cvmpmzpf6bi6r41arndwprl7ab9kci9hi8j2"))))
|
||||||
(build-system python-build-system)
|
(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")
|
(home-page "https://www.dicollecte.org")
|
||||||
(synopsis "French spelling and grammar checker")
|
(synopsis "French spelling and grammar checker")
|
||||||
(description "Grammalecte is a grammar checker dedicated to the French
|
(description "Grammalecte is a grammar checker dedicated to the French
|
||||||
|
|
Loading…
Reference in New Issue