[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: grammalecte: Update to 1.12.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: grammalecte: Update to 1.12.0. |
Date: |
Thu, 20 Aug 2020 06:52:28 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3c8ab1f gnu: grammalecte: Update to 1.12.0.
3c8ab1f is described below
commit 3c8ab1f3bfdba4ed5bf13a0006131a1a75ecee31
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 20 12:52:04 2020 +0200
gnu: grammalecte: Update to 1.12.0.
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.12.0.
---
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 92fdb92..ddc0440 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.11.0")
+ (version "1.12.0")
(source
(origin
(method url-fetch/zipbomb)
(uri (string-append "https://grammalecte.net/grammalecte/zip/"
"Grammalecte-fr-v" version ".zip"))
(sha256
- (base32 "1zsn10y0894l3c3cnji4x3j8064k1kprfz87ibdv89divimhykjj"))))
+ (base32 "1aifa7rj8zyxgk5cgmlgcws2hip7a7y6sr7kddjdnpfgdgy4jjgh"))))
(build-system python-build-system)
(home-page "https://grammalecte.net")
(synopsis "French spelling and grammar checker")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: grammalecte: Update to 1.12.0.,
guix-commits <=