diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2017-08-07 03:36:52 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2017-08-08 05:23:37 +0200 |
commit | 625761a5025131606bf40b22d056aa5a3912533c (patch) | |
tree | 67b0444819f58b9f650357ff7f026906a156bc36 | |
parent | d459524713623041a662443afbee3a8c73d9bf0a (diff) |
gnu: aspell-dict-en: Update to 2017.01.22-0.
Add missing copyright line for 2016.
* gnu/packages/aspell.scm (aspell-dict-en): Update to 2017.01.22-0.
-rw-r--r-- | gnu/packages/aspell.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 509d428f64..3469c7a3ec 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2016 Efraim Flashner <[email protected]> ;;; Copyright © 2016 Christopher Andersson <[email protected]> ;;; Copyright © 2016 Theodoros Foradis <[email protected]> +;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -123,10 +124,10 @@ dictionaries, including personal ones.") (define-public aspell-dict-en (aspell-dictionary "en" "English" - #:version "2016.11.20-0" + #:version "2017.01.22-0" #:sha256 (base32 - "1496jnhh2jvhkzcj0p4vy89bcs4g5wz6a76m33vw4dhchn5xm9jw"))) + "1qamzpw1fsnn5n9jpsnnnzqj1a0m0xvsikmkdp5a6pmb7sp3ziwk"))) (define-public aspell-dict-eo (aspell-dictionary "eo" "Esperanto" |