gnu: grammalecte: Update to 1.12.0.

* gnu/packages/dictionaries.scm (grammalecte): Update to 1.12.0.
This commit is contained in:
Nicolas Goaziou 2020-08-20 12:52:04 +02:00
parent 8aa31b9305
commit 3c8ab1f3bf
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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