From 08c06cd8acbd960c483292f9c3df32fe304ef04f Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 7 May 2019 10:25:19 +0200 Subject: [PATCH] gnu: grammalecte: Update to 1.0.2. * gnu/packages/dictionaries.scm (grammalecte): Update to 1.0.2. --- gnu/packages/dictionaries.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index ee038ac8f5..127dfb0bac 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2014, 2015, 2016 Ludovic Courtès ;;; Copyright © 2016, 2017, 2018 Efraim Flashner ;;; Copyright © 2016 Sou Bunnbu -;;; Copyright © 2017, 2018 Nicolas Goaziou +;;; Copyright © 2017, 2018, 2019 Nicolas Goaziou ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice ;;; Copyright © 2018 Pierre-Antoine Rouby ;;; Copyright © 2018 Arun Isaac @@ -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.1") + (version "1.0.2") (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 - "0p005mqgmckkbif3syv3d90rr1zsm5n5vvac5b29nn8g4v8jjpfs")))) + "16azrl8gb6wd7kjjrb495fjs5vkz9al2f6wx1yvjhdbsinxds0cc")))) (build-system python-build-system) (home-page "https://grammalecte.net") (synopsis "French spelling and grammar checker")