3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.TestRoutine: update from 0.015 to 0.018

This commit is contained in:
Peter Simons 2014-04-07 14:00:21 +02:00
parent 7f6a6111b7
commit 781d9a0185

View file

@ -8523,10 +8523,10 @@ let self = _self // overrides; _self = with self; {
};
TestRoutine = buildPerlPackage {
name = "Test-Routine-0.015";
name = "Test-Routine-0.018";
src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Test-Routine-0.015.tar.gz;
sha256 = "04hm18sx90k38vxk70g8zj9wp0i7h4436cxflbc6pspvphv2fjg3";
url = mirror://cpan/authors/id/R/RJ/RJBS/Test-Routine-0.018.tar.gz;
sha256 = "1slaljcija2pbsxdyrqsh09pgajxbln68gb47l9fwffb6gsp5f3m";
};
buildInputs = [ TestFatal ];
propagatedBuildInputs = [ Moose namespaceautoclean namespaceclean ParamsUtil SubExporter ];