[cpan2nix] perlPackages.TestException: 0.32 -> 0.43
This commit is contained in:
parent
06f01bd43d
commit
12a787b093
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue