perlPackages.TestBase: update from 0.60 to 0.62
This commit is contained in:
parent
1ac32ce082
commit
702568c6b0
|
@ -8132,10 +8132,10 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
TestBase = buildPerlPackage rec {
|
TestBase = buildPerlPackage rec {
|
||||||
name = "Test-Base-0.60";
|
name = "Test-Base-0.62";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/modules/by-module/Test/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/I/IN/INGY/${name}.tar.gz";
|
||||||
sha256 = "0yf030nay85xzas1qxn1nw6lhfsrcbgh3nq7bxbb11nxhvdaj2bx";
|
sha256 = "1b11xllllp49kkq1wwr57pijqlx1c37nbyssdlszvvhrp6kww363";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ Spiffy ];
|
propagatedBuildInputs = [ Spiffy ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue