perl-PPI: 1.220 -> 1.224

+5 -6
+5 -6
pkgs/top-level/perl-packages.nix
··· 10789 }; 10790 }; 10791 10792 - PPI = buildPerlPackage { 10793 - name = "PPI-1.220"; 10794 src = fetchurl { 10795 - url = mirror://cpan/authors/id/M/MI/MITHALDU/PPI-1.220.tar.gz; 10796 - sha256 = "1e15be50e7d95a36d351af8bf5074f6695a2c72165e586d93e616183e7602b83"; 10797 }; 10798 - buildInputs = [ ClassInspector FileRemove TestNoWarnings TestObject TestSubCalls ]; 10799 propagatedBuildInputs = [ Clone IOString ListMoreUtils ParamsUtil TaskWeaken ]; 10800 10801 # Remove test that fails due to unexpected shebang after ··· 10806 homepage = https://github.com/adamkennedy/PPI; 10807 description = "Parse, Analyze and Manipulate Perl (without perl)"; 10808 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10809 - maintainers = [ maintainers.rycee ]; 10810 }; 10811 }; 10812
··· 10789 }; 10790 }; 10791 10792 + PPI = buildPerlPackage rec { 10793 + name = "PPI-1.224"; 10794 src = fetchurl { 10795 + url = "mirror://cpan/authors/id/M/MI/MITHALDU/${name}.tar.gz"; 10796 + sha256 = "8d0f9faaea68515fb5aa6323115dcf98ea6c1dec4441f3844d3b9633b6cc9d94"; 10797 }; 10798 + buildInputs = [ ClassInspector FileRemove TestDeep TestObject TestSubCalls TestWarn ]; 10799 propagatedBuildInputs = [ Clone IOString ListMoreUtils ParamsUtil TaskWeaken ]; 10800 10801 # Remove test that fails due to unexpected shebang after ··· 10806 homepage = https://github.com/adamkennedy/PPI; 10807 description = "Parse, Analyze and Manipulate Perl (without perl)"; 10808 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 10809 }; 10810 }; 10811