Skip to content

Commit 23f6332

Browse files
committedMay 17, 2017
perl-PPI: 1.220 -> 1.224
1 parent 3e0b6b5 commit 23f6332

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
 

‎pkgs/top-level/perl-packages.nix

+5-6
Original file line numberDiff line numberDiff line change
@@ -10789,13 +10789,13 @@ let self = _self // overrides; _self = with self; {
1078910789
};
1079010790
};
1079110791

10792-
PPI = buildPerlPackage {
10793-
name = "PPI-1.220";
10792+
PPI = buildPerlPackage rec {
10793+
name = "PPI-1.224";
1079410794
src = fetchurl {
10795-
url = mirror://cpan/authors/id/M/MI/MITHALDU/PPI-1.220.tar.gz;
10796-
sha256 = "1e15be50e7d95a36d351af8bf5074f6695a2c72165e586d93e616183e7602b83";
10795+
url = "mirror://cpan/authors/id/M/MI/MITHALDU/${name}.tar.gz";
10796+
sha256 = "8d0f9faaea68515fb5aa6323115dcf98ea6c1dec4441f3844d3b9633b6cc9d94";
1079710797
};
10798-
buildInputs = [ ClassInspector FileRemove TestNoWarnings TestObject TestSubCalls ];
10798+
buildInputs = [ ClassInspector FileRemove TestDeep TestObject TestSubCalls TestWarn ];
1079910799
propagatedBuildInputs = [ Clone IOString ListMoreUtils ParamsUtil TaskWeaken ];
1080010800

1080110801
# Remove test that fails due to unexpected shebang after
@@ -10806,7 +10806,6 @@ let self = _self // overrides; _self = with self; {
1080610806
homepage = https://github.com/adamkennedy/PPI;
1080710807
description = "Parse, Analyze and Manipulate Perl (without perl)";
1080810808
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
10809-
maintainers = [ maintainers.rycee ];
1081010809
};
1081110810
};
1081210811

0 commit comments

Comments
 (0)
Please sign in to comment.