perl-Perl-Critic: 1.126 -> 1.128

This commit is contained in:
Robert Helgesson 2017-06-15 15:49:46 +02:00
parent 055be3f684
commit 19f8213a3e
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -10753,18 +10753,17 @@ let self = _self // overrides; _self = with self; {
};
PerlCritic = buildPerlModule rec {
name = "Perl-Critic-1.126";
name = "Perl-Critic-1.128";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TH/THALJEF/${name}.tar.gz";
sha256 = "b1a6151cb3603aef8555195b807e831655c83003b81e2f64fff095ff7114f5af";
url = "mirror://cpan/authors/id/P/PE/PETDANCE/${name}.tar.gz";
sha256 = "83ce563da0a950946367323214b6db30d72db7d006dce24c2a00a9ec13ddb9b4";
};
buildInputs = [ TestDeep ];
buildInputs = [ ModuleBuild TestDeep ];
propagatedBuildInputs = [ BKeywords ConfigTiny EmailAddress ExceptionClass FileHomeDir FileWhich IOString ListMoreUtils ModulePluggable PPI PPIxRegexp PPIxUtilities PerlTidy PodSpell Readonly StringFormat TaskWeaken ];
meta = {
homepage = http://perlcritic.com;
description = "Critique Perl source code for best-practices";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};