Archived
1
0
Fork 0

gnu: grammalecte: Update to 1.0.1.

* gnu/packages/dictionaries.scm (grammalecte): Update to 1.0.1.
[source]: Update URL.
This commit is contained in:
Nicolas Goaziou 2019-04-19 18:37:22 +02:00
parent 60ecacdeaa
commit 2613bab627
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -218,15 +218,15 @@ It comes with a German-English dictionary with approximately 270,000 entries.")
(define-public grammalecte (define-public grammalecte
(package (package
(name "grammalecte") (name "grammalecte")
(version "0.6.5") (version "1.0.1")
(source (source
(origin (origin
(method url-fetch/zipbomb) (method url-fetch/zipbomb)
(uri (string-append "https://www.dicollecte.org/grammalecte/zip/" (uri (string-append "https://grammalecte.net/grammalecte/zip/"
"Grammalecte-fr-v" version ".zip")) "Grammalecte-fr-v" version ".zip"))
(sha256 (sha256
(base32 (base32
"11byjs3ggdhia5f4vyfqfvbbczsfqimll98h98g7hlsrm7vrifb0")))) "0p005mqgmckkbif3syv3d90rr1zsm5n5vvac5b29nn8g4v8jjpfs"))))
(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")