[cpan2nix] perlPackages.TestScript: 1.10 -> 1.23
This commit is contained in:
parent
a5c7702bba
commit
a29a85e608
@ -14676,15 +14676,15 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
TestScript = buildPerlPackage rec {
|
TestScript = buildPerlPackage rec {
|
||||||
name = "Test-Script-1.10";
|
name = "Test-Script-1.23";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/P/PL/PLICEASE/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/P/PL/PLICEASE/${name}.tar.gz";
|
||||||
sha256 = "0wxbia5mmn73n5rkv857fv547kihpg3amizqllyh5flap6kbc7fn";
|
sha256 = "1ca4mwcghgpdrpcg6xc0iwp3ga9c94qni9zf4hhqq8lpjwdyg89k";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ TestTester ];
|
buildInputs = [ Test2Suite ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ ProbePerl IPCRun3 ];
|
propagatedBuildInputs = [ CaptureTiny ProbePerl TestSimple13 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
TestSharedFork = buildPerlPackage rec {
|
TestSharedFork = buildPerlPackage rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user