civodul pushed a commit to branch master
in repository guix.
commit 000b540791f082b8a8398dc2ed51fd1526d8357d
Author: Pierre-Antoine Rouby <[email protected]>
Date: Thu Sep 27 21:01:25 2018 +0200
gnu: grammalecte: Update source hash.
The zip file was modified in-place by the maintainers to push fixes to
the "server-side code", as discussed at <https://bugs.gnu.org/32856>.
* gnu/packages/dictionaries.scm (grammalecte): Update source hash.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/dictionaries.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index 9f63223..ce7ef1c 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2016 Sou Bunnbu <[email protected]>
;;; Copyright © 2017, 2018 Nicolas Goaziou <[email protected]>
;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018 Pierre-Antoine Rouby <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -219,7 +220,7 @@ It comes with a German-English dictionary with
approximately 270,000 entries.")
"Grammalecte-fr-v" version ".zip"))
(sha256
(base32
- "1flsahqw2r0cmg0bixpl5w0acricmdh2cf4lf9zr66ydgmjnmv2s"))))
+ "11byjs3ggdhia5f4vyfqfvbbczsfqimll98h98g7hlsrm7vrifb0"))))
(build-system python-build-system)
(home-page "https://www.dicollecte.org")
(synopsis "French spelling and grammar checker")