[cpan2nix] perlPackages.TestPodCoverage: 1.08 -> 1.10

This commit is contained in:
volth 2018-04-07 07:55:03 +00:00
parent 309cc78577
commit b23c3b956f

View File

@ -14272,12 +14272,12 @@ let self = _self // overrides; _self = with self; {
};
TestPodCoverage = buildPerlPackage rec {
name = "Test-Pod-Coverage-1.08";
name = "Test-Pod-Coverage-1.10";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PETDANCE/${name}.tar.gz";
sha256 = "0y2md932zhbxdjwzskx0vmw2qy7jxkn87f9lb5h3f3vxxg1kcqz0";
url = mirror://cpan/authors/id/N/NE/NEILB/Test-Pod-Coverage-1.10.tar.gz;
sha256 = "1m203mhgfilz7iqc8mxaw4lw02fz391mni3n25sfx7nryylwrja8";
};
propagatedBuildInputs = [PodCoverage];
propagatedBuildInputs = [ PodCoverage ];
};
TestPodLinkCheck = buildPerlPackage rec {