Merge pull request #16678 from womfoo/bump/aspellDicts-en-2016.06.26-0

aspellDicts.en: 7.1-0 -> 2016.06.26-0
This commit is contained in:
Arseniy Seroka 2016-07-05 13:05:13 +03:00 committed by GitHub
commit aea9c778be

View File

@ -56,11 +56,11 @@ in {
}; };
en = buildDict { en = buildDict {
shortName = "en-7.1-0"; shortName = "en-2016.06.26-0";
fullName = "English"; fullName = "English";
src = fetchurl { src = fetchurl {
url = mirror://gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2; url = mirror://gnu/aspell/dict/en/aspell6-en-2016.06.26-0.tar.bz2;
sha256 = "02ldfiny4iakgfgy4sdrzjqdzi7l1rmb6y30lv31kfy5x31g77gz"; sha256 = "1clzsfq2cbgp6wvfr2qwfsd2nziipml5m5vqm45r748wczlxihv1";
}; };
}; };