[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: grammalecte: Update to 1.0.2.
From: |
guix-commits |
Subject: |
01/01: gnu: grammalecte: Update to 1.0.2. |
Date: |
Tue, 7 May 2019 04:25:35 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 08c06cd8acbd960c483292f9c3df32fe304ef04f
Author: Nicolas Goaziou <address@hidden>
Date: Tue May 7 10:25:19 2019 +0200
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 ee038ac..127dfb0 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <address@hidden>
;;; Copyright © 2016, 2017, 2018 Efraim Flashner <address@hidden>
;;; Copyright © 2016 Sou Bunnbu <address@hidden>
-;;; Copyright © 2017, 2018 Nicolas Goaziou <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Nicolas Goaziou <address@hidden>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2018 Pierre-Antoine Rouby <address@hidden>
;;; Copyright © 2018 Arun Isaac <address@hidden>
@@ -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")