perlPackages.TestDeep: update from 0.110 to 0.112

This commit is contained in:
Peter Simons 2014-04-07 13:59:51 +02:00
parent 702568c6b0
commit 0c65639e50
1 changed files with 3 additions and 3 deletions

View File

@ -8167,10 +8167,10 @@ let self = _self // overrides; _self = with self; {
}; };
TestDeep = buildPerlPackage { TestDeep = buildPerlPackage {
name = "Test-Deep-0.110"; name = "Test-Deep-0.112";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Test-Deep-0.110.tar.gz; url = mirror://cpan/authors/id/R/RJ/RJBS/Test-Deep-0.112.tar.gz;
sha256 = "12rd9fknm778685ypyc599lcmzbqvbqnjhcrkybgpq2siai9q4h5"; sha256 = "1vg1bb1lpqpj0pxk738ykip4kw3agbi88g90wxb3pc11l84nlsan";
}; };
propagatedBuildInputs = [ TestNoWarnings TestTester ]; propagatedBuildInputs = [ TestNoWarnings TestTester ];
meta = { meta = {