[cpan2nix] perlPackages.TestException: 0.32 -> 0.43

This commit is contained in:
volth 2018-04-07 07:54:36 +00:00
parent 06f01bd43d
commit 12a787b093

View file

@ -13876,10 +13876,10 @@ let self = _self // overrides; _self = with self; {
};
TestException = buildPerlPackage rec {
name = "Test-Exception-0.32";
name = "Test-Exception-0.43";
src = fetchurl {
url = "mirror://cpan/authors/id/A/AD/ADIE/${name}.tar.gz";
sha256 = "0issbjh5yl62lpaff5zhn28zhbf8sv8n2g79vklfr5s703k2fi5s";
url = mirror://cpan/authors/id/E/EX/EXODIST/Test-Exception-0.43.tar.gz;
sha256 = "0cxm7s4bg0xpxa6l6996a6iq3brr4j7p4hssnkc6dxv4fzq16sqm";
};
propagatedBuildInputs = [ SubUplevel ];
};