perl-Test-Spec: 0.47 -> 0.51
This commit is contained in:
parent
1b40c4bb77
commit
d443e8795d
|
@ -11113,11 +11113,11 @@ let self = _self // overrides; _self = with self; {
|
||||||
|
|
||||||
TestSimple = null;
|
TestSimple = null;
|
||||||
|
|
||||||
TestSpec = buildPerlPackage {
|
TestSpec = buildPerlPackage rec {
|
||||||
name = "Test-Spec-0.47";
|
name = "Test-Spec-0.51";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/P/PH/PHILIP/Test-Spec-0.47.tar.gz;
|
url = "mirror://cpan/authors/id/A/AN/ANDYJONES/${name}.tar.gz";
|
||||||
sha256 = "e425c0b9efa3c7e21496d31a607d072a63e31988c3d298a8c1fd7d145cc0681e";
|
sha256 = "0n2pzc32q4fr1b9w292ld9gh3yn3saxib3hxrjx6jvcmy3k9jkbi";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ PackageStash TestDeep TestTrap TieIxHash ];
|
propagatedBuildInputs = [ PackageStash TestDeep TestTrap TieIxHash ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue