[cpan2nix] perlPackages.TestScript: 1.10 -> 1.23

This commit is contained in:
volth 2018-04-07 07:56:24 +00:00
parent a5c7702bba
commit a29a85e608

View File

@ -14676,15 +14676,15 @@ let self = _self // overrides; _self = with self; {
};
TestScript = buildPerlPackage rec {
name = "Test-Script-1.10";
name = "Test-Script-1.23";
src = fetchurl {
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 {