[cpan2nix] perlPackages.PodCoverageTrustPod: 0.100003 -> 0.100005

This commit is contained in:
volth 2018-04-07 07:56:35 +00:00
parent 7d53a9c041
commit 25adca9131

View File

@ -11925,10 +11925,10 @@ let self = _self // overrides; _self = with self; {
};
PodCoverageTrustPod = buildPerlPackage {
name = "Pod-Coverage-TrustPod-0.100003";
name = "Pod-Coverage-TrustPod-0.100005";
src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-0.100003.tar.gz;
sha256 = "19lyc5a5hg3pqhw0k5fnd0q4l2mrdq0ck4kw1smjvwkccp24431z";
url = mirror://cpan/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-0.100005.tar.gz;
sha256 = "08bk6lfimr2pwi6c92xg5cw1cxmi5fqhls3yasqzpjnd4if86s3c";
};
propagatedBuildInputs = [ PodCoverage PodEventual ];
meta = {