perlPackages.ModuleCoreList: update from 2.97 to 3.01

This commit is contained in:
Nixpkgs Monitor 2013-12-21 01:58:12 +02:00 committed by Evgeny Egorochkin
parent 53652020c8
commit 0e8209b94a

View File

@ -5080,10 +5080,10 @@ rec {
};
ModuleCoreList = buildPerlPackage {
name = "Module-CoreList-2.97";
name = "Module-CoreList-3.01";
src = fetchurl {
url = mirror://cpan/authors/id/B/BI/BINGOS/Module-CoreList-2.97.tar.gz;
sha256 = "fa39c487d43088e7010467621f57d8e3f57b72d2bbf711fc509e87a501f35e09";
url = mirror://cpan/authors/id/B/BI/BINGOS/Module-CoreList-3.01.tar.gz;
sha256 = "10vf18x9qk4hdpwazxq8c0qykals36dxj0bjazqqcbp5xfb4fnyg";
};
meta = {
homepage = http://dev.perl.org/;