perlPackages.TestPerlTidy: 20200412 -> 20200930
This commit is contained in:
parent
a6d56b9df9
commit
31825fdef3
@ -20168,12 +20168,12 @@ let
|
|||||||
propagatedBuildInputs = [ MCE PerlCritic ];
|
propagatedBuildInputs = [ MCE PerlCritic ];
|
||||||
};
|
};
|
||||||
|
|
||||||
TestPerlTidy = buildPerlModule {
|
TestPerlTidy = buildPerlModule rec {
|
||||||
pname = "Test-PerlTidy";
|
pname = "Test-PerlTidy";
|
||||||
version = "20200412";
|
version = "20200930";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/Test-PerlTidy-20200412.tar.gz";
|
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/Test-PerlTidy-${version}.tar.gz";
|
||||||
sha256 = "905240447edb1930192000db659556cbf5ad5710f4376bb0a5abcd8716a4592c";
|
sha256 = "1djpfi57s1j6mqb0ii2ca1sj3ym7jjab018inp6vdmsyfjcnhvwz";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ PathTiny PerlTidy TextDiff ];
|
propagatedBuildInputs = [ PathTiny PerlTidy TextDiff ];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user