perl-Perl-Critic: 1.128 -> 1.130

This commit is contained in:
Robert Helgesson 2017-07-25 18:09:41 +02:00
parent 1b88217139
commit 46383f48d4
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -10754,10 +10754,10 @@ let self = _self // overrides; _self = with self; {
};
PerlCritic = buildPerlModule rec {
name = "Perl-Critic-1.128";
name = "Perl-Critic-1.130";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PETDANCE/${name}.tar.gz";
sha256 = "83ce563da0a950946367323214b6db30d72db7d006dce24c2a00a9ec13ddb9b4";
sha256 = "0662e8f02dd78e39ee9d5b01bdf5376a7cc70ce2b0edc9ca015be35e6cb61df6";
};
buildInputs = [ ModuleBuild TestDeep ];
propagatedBuildInputs = [ BKeywords ConfigTiny EmailAddress ExceptionClass FileHomeDir FileWhich IOString ListMoreUtils ModulePluggable PPI PPIxRegexp PPIxUtilities PerlTidy PodSpell Readonly StringFormat TaskWeaken ];