perl-Test-Warnings: 0.016 -> 0.021

This commit is contained in:
Pascal Wittmann 2015-10-14 12:16:22 +02:00
parent 372e5586b2
commit 67861f4b75

View file

@ -11223,13 +11223,13 @@ let self = _self // overrides; _self = with self; {
};
};
TestWarnings = buildPerlPackage {
name = "Test-Warnings-0.016";
TestWarnings = buildPerlPackage rec {
name = "Test-Warnings-0.021";
src = fetchurl {
url = mirror://cpan/authors/id/E/ET/ETHER/Test-Warnings-0.016.tar.gz;
sha256 = "09ebc9afa29eb4d1d44fbd974dfcd52e0a2d9ce7ec3e3ee7602394157831aba9";
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
sha256 = "0i1crkhqfl5gs55i5nrvsw3xy946ajgnvp4gqrzvsn1x6cp1i2nr";
};
buildInputs = [ TestTester if_ ];
buildInputs = [ TestTester if_ CPANMetaCheck ModuleMetadata ];
meta = {
homepage = https://github.com/karenetheridge/Test-Warnings;
description = "Test for warnings and the lack of them";