diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-10-16 09:23:37 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-10-16 09:23:37 +0300 |
commit | 9d0abf0f2ee39dfa03f16a117476c67f48a7eebc (patch) | |
tree | 612f3a005c9a1a468325f923bd1454ad6f580d35 /gnu | |
parent | 4dfc73692bf94d58c962ff0971e8e83e99da2b62 (diff) | |
download | guix-9d0abf0f2ee39dfa03f16a117476c67f48a7eebc.tar.gz |
gnu: aspell-dict-en: Upgrade to 2019.10.06-0.
* gnu/packages/aspell.scm (aspell-dict-en): Upgrade to 2019.10.06-0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/aspell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 5119a5a2cd..9ce2187fb5 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -188,10 +188,10 @@ dictionaries, including personal ones.") (define-public aspell-dict-en (aspell-dictionary "en" "English" - #:version "2018.04.16-0" + #:version "2019.10.06-0" #:sha256 (base32 - "0bxxdzkk9g27plg22y9qzsx9cfjw3aa29w5bmzs561qc9gkp247i"))) + "1zai9wrqwgb9z9vfgb22qhrvxvg73jg0ix44j1khm2f6m96lncr4"))) (define-public aspell-dict-eo (aspell-dictionary "eo" "Esperanto" |