[cpan2nix] perlPackages.ObjectInsideOut: 3.98 -> 4.04

This commit is contained in:
volth 2018-04-07 07:55:18 +00:00
parent 849c6f535d
commit 3337b9255b

View File

@ -10748,11 +10748,11 @@ let self = _self // overrides; _self = with self; {
};
};
ObjectInsideOut = buildPerlPackage {
name = "Object-InsideOut-3.98";
ObjectInsideOut = buildPerlModule {
name = "Object-InsideOut-4.04";
src = fetchurl {
url = mirror://cpan/authors/id/J/JD/JDHEDDEN/Object-InsideOut-3.98.tar.gz;
sha256 = "1zxfm2797p8b9dsvnbgd6aa4mgpxqxjqzbpfbla1g7f9alxm9f1z";
url = mirror://cpan/authors/id/J/JD/JDHEDDEN/Object-InsideOut-4.04.tar.gz;
sha256 = "01pncagr3k7yj0rn22xap08s17nw2p2ffcg6j00gs9fg4jv9pfmj";
};
propagatedBuildInputs = [ ExceptionClass ];
meta = {