perlPackages.TestDeep: update from 0.110 to 0.112
This commit is contained in:
parent
702568c6b0
commit
0c65639e50
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue