mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
perlPackages.TestRoutine: update from 0.015 to 0.018
This commit is contained in:
parent
7f6a6111b7
commit
781d9a0185
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user