perlPackages.TestMost: update from 0.31 to 0.33

This commit is contained in:
Peter Simons 2014-04-07 14:00:18 +02:00
parent a36bb367f1
commit 7f6a6111b7

View file

@ -8394,10 +8394,10 @@ let self = _self // overrides; _self = with self; {
TestMore = TestSimple;
TestMost = buildPerlPackage {
name = "Test-Most-0.31";
name = "Test-Most-0.33";
src = fetchurl {
url = mirror://cpan/authors/id/O/OV/OVID/Test-Most-0.31.tar.gz;
sha256 = "0ddc6034dc7cde3631dde41ecb558ed823fc07804bfd051b8ec9a70131862ab7";
url = mirror://cpan/authors/id/O/OV/OVID/Test-Most-0.33.tar.gz;
sha256 = "0jp4jcwk97bgf85wwyjpxfsx4165s6w1v4ymn9gnv03yn77inyij";
};
propagatedBuildInputs = [ ExceptionClass TestDeep TestDifferences TestException TestWarn ];
meta = {