gnu: grammalecte: Update to 1.1.1.

* gnu/packages/dictionaries.scm (grammalecte): Update to 1.1.1.
This commit is contained in:
Nicolas Goaziou 2019-06-02 01:23:40 +02:00
parent 7d6efd2b6c
commit 36f5e67ab4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -218,7 +218,7 @@ (define-public ding
(define-public grammalecte (define-public grammalecte
(package (package
(name "grammalecte") (name "grammalecte")
(version "1.1") (version "1.1.1")
(source (source
(origin (origin
(method url-fetch/zipbomb) (method url-fetch/zipbomb)
@ -226,7 +226,7 @@ (define-public grammalecte
"Grammalecte-fr-v" version ".zip")) "Grammalecte-fr-v" version ".zip"))
(sha256 (sha256
(base32 (base32
"031d6cn1wn7ps3j38vx6s8z2gjp9nqgiypqm3bfbhxqcammyhian")))) "1al4c3976wgxijxghxqb1banarj82hwad51kln87xj2r5kwcfm05"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://grammalecte.net") (home-page "https://grammalecte.net")
(synopsis "French spelling and grammar checker") (synopsis "French spelling and grammar checker")