diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-12-09 22:56:59 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-12-09 23:18:32 +0200 |
commit | 0e1b4d8eec3a0b8e534f172435b2e6a6abc0763b (patch) | |
tree | 873615da3399f9f57bfc1abf1fc0a5f6e614b94f /gnu/packages/aspell.scm | |
parent | 74a40ddd64792a9b07fb6cfe565bbafaa8412f2b (diff) | |
download | guix-0e1b4d8eec3a0b8e534f172435b2e6a6abc0763b.tar guix-0e1b4d8eec3a0b8e534f172435b2e6a6abc0763b.tar.gz |
gnu: aspell-dict-en: Update to 2017.08.24-0.
* gnu/packages/aspell.scm (aspell-dict-en): Update to 2017.08.24-0.
Diffstat (limited to 'gnu/packages/aspell.scm')
-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 <ludo@gnu.org> ;;; Copyright © 2015, 2016 Alex Kost <alezost@gmail.com> ;;; Copyright © 2016 John Darrington <jmd@gnu.org> -;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016 Christopher Andersson <christopher@8bits.nu> ;;; Copyright © 2016 Theodoros Foradis <theodoros@foradis.org> ;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me@tobias.gr> @@ -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" |