mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
[cpan2nix] perlPackages.Test2PluginNoWarnings: 0.06 -> 0.07
This commit is contained in:
parent
c97debca19
commit
1b11e8b46d
1 changed files with 4 additions and 4 deletions
|
@ -16408,12 +16408,12 @@ let
|
|||
|
||||
Test2PluginNoWarnings = buildPerlPackage {
|
||||
pname = "Test2-Plugin-NoWarnings";
|
||||
version = "0.06";
|
||||
version = "0.07";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.06.tar.gz;
|
||||
sha256 = "002qk6qsm0l6r2kaxywvc38w0yf0mlavgywq8li076pn6kcw3242";
|
||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.07.tar.gz;
|
||||
sha256 = "1sxqcbklmpxpkysq3wbivs77n3c8mvasvfa38dzmyqz04ifaf7gz";
|
||||
};
|
||||
buildInputs = [ IPCRun3 Test2Suite ];
|
||||
buildInputs = [ CaptureTiny IPCRun3 Test2Suite ];
|
||||
meta = {
|
||||
description = "Fail if tests warn";
|
||||
license = with stdenv.lib.licenses; [ artistic2 ];
|
||||
|
|
Loading…
Reference in a new issue