perlPackages.TestBase: update from 0.60 to 0.62

This commit is contained in:
Peter Simons 2014-04-07 13:59:47 +02:00
parent 1ac32ce082
commit 702568c6b0

View File

@ -8132,10 +8132,10 @@ let self = _self // overrides; _self = with self; {
};
TestBase = buildPerlPackage rec {
name = "Test-Base-0.60";
name = "Test-Base-0.62";
src = fetchurl {
url = "mirror://cpan/modules/by-module/Test/${name}.tar.gz";
sha256 = "0yf030nay85xzas1qxn1nw6lhfsrcbgh3nq7bxbb11nxhvdaj2bx";
url = "mirror://cpan/authors/id/I/IN/INGY/${name}.tar.gz";
sha256 = "1b11xllllp49kkq1wwr57pijqlx1c37nbyssdlszvvhrp6kww363";
};
propagatedBuildInputs = [ Spiffy ];
};