gnu: grammalecte: Update to 2.0.0.

* gnu/packages/dictionaries.scm (grammalecte): Update to 2.0.0.
This commit is contained in:
Nicolas Goaziou 2020-12-07 22:43:57 +01:00
parent 906fc9116f
commit f6b1288913
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -211,14 +211,14 @@ (define-public ding
(define-public grammalecte
(package
(name "grammalecte")
(version "1.12.2")
(version "2.0.0")
(source
(origin
(method url-fetch/zipbomb)
(uri (string-append "https://grammalecte.net/grammalecte/zip/"
"Grammalecte-fr-v" version ".zip"))
(sha256
(base32 "1qny2l5dr08pfj2dnzmvm5gmwqz8m879ryxfaw4k8dhaacrrrf62"))))
(base32 "1mcpqglndcafiz9bnz69vjxncl5k98yzcy8pr8rmn738hgpzb53v"))))
(build-system python-build-system)
(home-page "https://grammalecte.net")
(synopsis "French spelling and grammar checker")