[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: grammalecte: Update to 1.2.
From: |
guix-commits |
Subject: |
01/01: gnu: grammalecte: Update to 1.2. |
Date: |
Fri, 5 Jul 2019 18:10:57 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c356e5f7a08f6f0c8780bdcd501702c0b2b4af3c
Author: Nicolas Goaziou <address@hidden>
Date: Sat Jul 6 00:09:36 2019 +0200
gnu: grammalecte: Update to 1.2.
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.2.
---
gnu/packages/dictionaries.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index 9f4dc59..d3a3f8d 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -218,7 +218,7 @@ It comes with a German-English dictionary with
approximately 270,000 entries.")
(define-public grammalecte
(package
(name "grammalecte")
- (version "1.1.1")
+ (version "1.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
- "1al4c3976wgxijxghxqb1banarj82hwad51kln87xj2r5kwcfm05"))))
+ "0dwizai6w9yn617y7cnqdiwv77vn22p18s9sypypbl1bl695cnma"))))
(build-system python-build-system)
(home-page "https://grammalecte.net")
(synopsis "French spelling and grammar checker")