gnu: grammalecte: Update to 1.12.2.

* gnu/packages/dictionaries.scm (grammalecte): Update to 1.12.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-17 13:53:32 +02:00
parent cabac732de
commit 88c7175161
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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