diff options
-rw-r--r-- | gnu/packages/aspell.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 4c08679bc8..ec8fa05feb 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2013, 2014, 2015, 2017 Ludovic Courtès <[email protected]> ;;; Copyright © 2015, 2016 Alex Kost <[email protected]> ;;; Copyright © 2016 John Darrington <[email protected]> -;;; Copyright © 2016 Efraim Flashner <[email protected]> +;;; Copyright © 2016, 2017 Efraim Flashner <[email protected]> ;;; Copyright © 2016 Christopher Andersson <[email protected]> ;;; Copyright © 2016 Theodoros Foradis <[email protected]> ;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <[email protected]> @@ -140,10 +140,10 @@ dictionaries, including personal ones.") (define-public aspell-dict-en (aspell-dictionary "en" "English" - #:version "2017.01.22-0" + #:version "2017.08.24-0" #:sha256 (base32 - "1qamzpw1fsnn5n9jpsnnnzqj1a0m0xvsikmkdp5a6pmb7sp3ziwk"))) + "0z2vvm1by485cm0sna21cmw6zb771c2l2lnn676zmrwm46q65d89"))) (define-public aspell-dict-eo (aspell-dictionary "eo" "Esperanto" |