[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 { PodCoverageTrustPod = buildPerlPackage {
name = "Pod-Coverage-TrustPod-0.100003"; name = "Pod-Coverage-TrustPod-0.100005";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-0.100003.tar.gz; url = mirror://cpan/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-0.100005.tar.gz;
sha256 = "19lyc5a5hg3pqhw0k5fnd0q4l2mrdq0ck4kw1smjvwkccp24431z"; sha256 = "08bk6lfimr2pwi6c92xg5cw1cxmi5fqhls3yasqzpjnd4if86s3c";
}; };
propagatedBuildInputs = [ PodCoverage PodEventual ]; propagatedBuildInputs = [ PodCoverage PodEventual ];
meta = { meta = {