summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/aspell
diff options
context:
space:
mode:
authorKranium Gikos Mendoza <kranium@gikos.net>2016-07-03 22:45:22 +0800
committerKranium Gikos Mendoza <kranium@gikos.net>2016-07-03 22:45:22 +0800
commit56cb0f763edb6b4e6db83e57527f75e29ed4e2ca (patch)
tree3d58cd0139352896cf379898be58ceeac65d7512 /pkgs/development/libraries/aspell
parent85781f9bb63e5e85fdd6f55b39583cd5984e270c (diff)
aspellDicts.en: 7.1-0 -> 2016.06.26-0
Diffstat (limited to 'pkgs/development/libraries/aspell')
-rw-r--r--pkgs/development/libraries/aspell/dictionaries.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/aspell/dictionaries.nix b/pkgs/development/libraries/aspell/dictionaries.nix
index e1a7c75ea1d7..be61640553d3 100644
--- a/pkgs/development/libraries/aspell/dictionaries.nix
+++ b/pkgs/development/libraries/aspell/dictionaries.nix
@@ -56,11 +56,11 @@ in {
};
en = buildDict {
- shortName = "en-7.1-0";
+ shortName = "en-2016.06.26-0";
fullName = "English";
src = fetchurl {
- url = mirror://gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2;
- sha256 = "02ldfiny4iakgfgy4sdrzjqdzi7l1rmb6y30lv31kfy5x31g77gz";
+ url = mirror://gnu/aspell/dict/en/aspell6-en-2016.06.26-0.tar.bz2;
+ sha256 = "1clzsfq2cbgp6wvfr2qwfsd2nziipml5m5vqm45r748wczlxihv1";
};
};