3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.ObjectInsideOut: update from 3.97 to 3.98

This commit is contained in:
Peter Simons 2014-04-07 13:56:11 +02:00
parent 630586c605
commit 68dd97208c

View file

@ -6424,10 +6424,10 @@ let self = _self // overrides; _self = with self; {
};
ObjectInsideOut = buildPerlPackage {
name = "Object-InsideOut-3.97";
name = "Object-InsideOut-3.98";
src = fetchurl {
url = mirror://cpan/authors/id/J/JD/JDHEDDEN/Object-InsideOut-3.97.tar.gz;
sha256 = "19yr15w361lxxx2djy0ciwjpyd5bcs0skm3yw97w3xidw6r0wf0v";
url = mirror://cpan/authors/id/J/JD/JDHEDDEN/Object-InsideOut-3.98.tar.gz;
sha256 = "1zxfm2797p8b9dsvnbgd6aa4mgpxqxjqzbpfbla1g7f9alxm9f1z";
};
propagatedBuildInputs = [ ExceptionClass ];
meta = {