gnu: grammalecte: Update to 2.1.1.

* gnu/packages/dictionaries.scm (grammalecte): Update to 2.1.1.
This commit is contained in:
Nicolas Goaziou 2021-02-23 19:01:50 +01:00
parent b158341dd4
commit a31a308245
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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