diff options
author | Pierre-Antoine Rouby <contact@parouby.fr> | 2018-09-27 21:01:25 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-10-02 23:08:30 +0200 |
commit | 000b540791f082b8a8398dc2ed51fd1526d8357d (patch) | |
tree | 55fe4807b44bdb11677e0dfed904c55352cd04d2 /gnu/packages/dictionaries.scm | |
parent | c577ac194afb4c9df76f9955aeb6118aafac6c34 (diff) | |
download | guix-000b540791f082b8a8398dc2ed51fd1526d8357d.tar.gz |
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 <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/dictionaries.scm')
-rw-r--r-- | gnu/packages/dictionaries.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 9f63223453..ce7ef1cf75 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com> ;;; Copyright © 2017, 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018 Pierre-Antoine Rouby <contact@parouby.fr> ;;; ;;; 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") |