[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: grammalecte: Update to 1.8.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: grammalecte: Update to 1.8.0. |
Date: |
Fri, 27 Mar 2020 18:37:29 -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 9fad055 gnu: grammalecte: Update to 1.8.0.
9fad055 is described below
commit 9fad055023c4b6f54432d7490e6cd1f1151c16e6
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Fri Mar 27 23:37:20 2020 +0100
gnu: grammalecte: Update to 1.8.0.
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.8.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 d8e30a5..d481b13 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.7.0")
+ (version "1.8.0")
(source
(origin
(method url-fetch/zipbomb)
(uri (string-append "https://grammalecte.net/grammalecte/zip/"
"Grammalecte-fr-v" version ".zip"))
(sha256
- (base32 "0wb126mqnq9ns6gzmhzljc6iqywdkpzvr8xny5s3khd10ki4lxl3"))))
+ (base32 "06z2na1zs5q6vla45q5b8fzjwpckanmwh42r8in8vhb7a8v2fkyp"))))
(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.8.0.,
guix-commits <=