summaryrefslogtreecommitdiff
path: root/gnu/packages/dictionaries.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-17 13:53:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-17 14:10:43 +0200
commit88c71751619ae5f6ae13ad057d3862f29cb942a4 (patch)
tree397f423b34b0c63b733bebd6ea0db730a8d3156a /gnu/packages/dictionaries.scm
parentcabac732deffafc796537658a6c33c6c4aec821e (diff)
downloadguix-patches-88c71751619ae5f6ae13ad057d3862f29cb942a4.tar
guix-patches-88c71751619ae5f6ae13ad057d3862f29cb942a4.tar.gz
gnu: grammalecte: Update to 1.12.2.
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.12.2.
Diffstat (limited to 'gnu/packages/dictionaries.scm')
-rw-r--r--gnu/packages/dictionaries.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index ddc0440d73..f60b3f38d6 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -205,14 +205,14 @@ It comes with a German-English dictionary with approximately 270,000 entries.")
(define-public grammalecte
(package
(name "grammalecte")
- (version "1.12.0")
+ (version "1.12.2")
(source
(origin
(method url-fetch/zipbomb)
(uri (string-append "https://grammalecte.net/grammalecte/zip/"
"Grammalecte-fr-v" version ".zip"))
(sha256
- (base32 "1aifa7rj8zyxgk5cgmlgcws2hip7a7y6sr7kddjdnpfgdgy4jjgh"))))
+ (base32 "1qny2l5dr08pfj2dnzmvm5gmwqz8m879ryxfaw4k8dhaacrrrf62"))))
(build-system python-build-system)
(home-page "https://grammalecte.net")
(synopsis "French spelling and grammar checker")