mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
[cpan2nix] perlPackages.Test2PluginNoWarnings: 0.07 -> 0.08
This commit is contained in:
parent
8ceb6ca4d6
commit
3ef3f18dcd
|
@ -16886,12 +16886,12 @@ let
|
|||
|
||||
Test2PluginNoWarnings = buildPerlPackage {
|
||||
pname = "Test2-Plugin-NoWarnings";
|
||||
version = "0.07";
|
||||
version = "0.08";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.07.tar.gz;
|
||||
sha256 = "1sxqcbklmpxpkysq3wbivs77n3c8mvasvfa38dzmyqz04ifaf7gz";
|
||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.08.tar.gz;
|
||||
sha256 = "122rcksn4qg0f99ap9ppmkvk0fvxcqa9jlqmq7wlk3q0ajylr4cy";
|
||||
};
|
||||
buildInputs = [ CaptureTiny IPCRun3 Test2Suite ];
|
||||
buildInputs = [ IPCRun3 Test2Suite ];
|
||||
meta = {
|
||||
description = "Fail if tests warn";
|
||||
license = with stdenv.lib.licenses; [ artistic2 ];
|
||||
|
|
Loading…
Reference in a new issue