ModuleBuild: 0.4005 -> 0.4214

This commit is contained in:
Pascal Wittmann 2015-09-13 01:02:42 +02:00
parent a4024710f9
commit 9633852ae5

@ -6670,11 +6670,11 @@ let self = _self // overrides; _self = with self; {
};
};
ModuleBuild = buildPerlPackage {
name = "Module-Build-0.4005";
ModuleBuild = buildPerlPackage rec {
name = "Module-Build-0.4214";
src = fetchurl {
url = mirror://cpan/authors/id/L/LE/LEONT/Module-Build-0.4005.tar.gz;
sha256 = "eb2522507251550f459c11223ea6d86b34f1dee9b3e3928d0d6a0497505cb7ef";
url = "mirror://cpan/authors/id/L/LE/LEONT/${name}.tar.gz";
sha256 = "0gywap0dfr8sx4wr6wqc23sjag1b4xsw8l55ai4vhkfg324lhyf5";
};
buildInputs = [ CPANMeta ExtUtilsCBuilder ];
meta = {