[cpan2nix] perlPackages.TestException: 0.32 -> 0.43
This commit is contained in:
parent
06f01bd43d
commit
12a787b093
@ -13876,10 +13876,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
TestException = buildPerlPackage rec {
|
TestException = buildPerlPackage rec {
|
||||||
name = "Test-Exception-0.32";
|
name = "Test-Exception-0.43";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/A/AD/ADIE/${name}.tar.gz";
|
url = mirror://cpan/authors/id/E/EX/EXODIST/Test-Exception-0.43.tar.gz;
|
||||||
sha256 = "0issbjh5yl62lpaff5zhn28zhbf8sv8n2g79vklfr5s703k2fi5s";
|
sha256 = "0cxm7s4bg0xpxa6l6996a6iq3brr4j7p4hssnkc6dxv4fzq16sqm";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ SubUplevel ];
|
propagatedBuildInputs = [ SubUplevel ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user