3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: grammalecte: Update to 1.1.

* gnu/packages/dictionaries.scm (grammalecte): Update to 1.1.
This commit is contained in:
Nicolas Goaziou 2019-05-16 10:37:04 +02:00
parent d019c05a42
commit 6e633a510c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -218,7 +218,7 @@ It comes with a German-English dictionary with approximately 270,000 entries.")
(define-public grammalecte
(package
(name "grammalecte")
(version "1.0.2")
(version "1.1")
(source
(origin
(method url-fetch/zipbomb)
@ -226,7 +226,7 @@ It comes with a German-English dictionary with approximately 270,000 entries.")
"Grammalecte-fr-v" version ".zip"))
(sha256
(base32
"16azrl8gb6wd7kjjrb495fjs5vkz9al2f6wx1yvjhdbsinxds0cc"))))
"031d6cn1wn7ps3j38vx6s8z2gjp9nqgiypqm3bfbhxqcammyhian"))))
(build-system python-build-system)
(home-page "https://grammalecte.net")
(synopsis "French spelling and grammar checker")