mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: grammalecte: Update to 1.9.0.
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.9.0.
This commit is contained in:
parent
0fb2bc8392
commit
54b3d583af
1 changed files with 8 additions and 8 deletions
|
@ -205,24 +205,24 @@ (define-public ding
|
||||||
(define-public grammalecte
|
(define-public grammalecte
|
||||||
(package
|
(package
|
||||||
(name "grammalecte")
|
(name "grammalecte")
|
||||||
(version "1.8.0")
|
(version "1.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch/zipbomb)
|
(method url-fetch/zipbomb)
|
||||||
(uri (string-append "https://grammalecte.net/grammalecte/zip/"
|
(uri (string-append "https://grammalecte.net/grammalecte/zip/"
|
||||||
"Grammalecte-fr-v" version ".zip"))
|
"Grammalecte-fr-v" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06z2na1zs5q6vla45q5b8fzjwpckanmwh42r8in8vhb7a8v2fkyp"))))
|
(base32 "1dmbmvf27dy0cnq2x7ldp9xmni8fl1p7vflgpy0yrgifgrjvnxzr"))))
|
||||||
(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")
|
||||||
(description "Grammalecte is a grammar checker dedicated to the French
|
(description "Grammalecte is a grammar checker for the French language,
|
||||||
language, derived from Lightproof.
|
derived from Lightproof.
|
||||||
|
|
||||||
Grammalecte aims at helping to write a proper French without distracting users
|
Grammalecte helps writing a proper French, without distracting users with
|
||||||
with false positives. This grammar checker follows the principle: the less
|
false positives. This grammar checker follows the principle: the less false
|
||||||
false positives, the better; if it cannot know with a good chance if
|
positives, the better; if it cannot know with a good chance that a dubious
|
||||||
a dubious expression is wrong, it will keep silent.
|
expression is wrong, it keeps silent.
|
||||||
|
|
||||||
The package provides the command line interface, along with a server
|
The package provides the command line interface, along with a server
|
||||||
and a Python library.")
|
and a Python library.")
|
||||||
|
|
Loading…
Reference in a new issue