3
0
Fork 0
forked from mirrors/nixpkgs

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

View file

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