[cpan2nix] perlPackages.Test2PluginNoWarnings: 0.08 -> 0.09

This commit is contained in:
volth 2020-09-09 09:13:28 +00:00
parent 97e0f36c9d
commit ba891da36c

View File

@ -18774,16 +18774,17 @@ let
Test2PluginNoWarnings = buildPerlPackage {
pname = "Test2-Plugin-NoWarnings";
version = "0.08";
version = "0.09";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.08.tar.gz";
sha256 = "122rcksn4qg0f99ap9ppmkvk0fvxcqa9jlqmq7wlk3q0ajylr4cy";
url = "mirror://cpan/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.09.tar.gz";
sha256 = "0x7vy9r5gyxqg3qy966frj8ywkckkv7mc83xy4mkdvrf0h0dhgdy";
};
buildInputs = [ IPCRun3 Test2Suite ];
meta = {
description = "Fail if tests warn";
license = with stdenv.lib.licenses; [ artistic2 ];
};
propagatedBuildInputs = [ TestSimple13 ];
};
Test2Suite = buildPerlPackage {