[cpan2nix] perlPackages.ClassInspector: 1.28 -> 1.32

This commit is contained in:
volth 2018-04-07 07:51:18 +00:00
parent 096afefe7b
commit 49591fb91a
1 changed files with 3 additions and 3 deletions

View File

@ -1978,10 +1978,10 @@ let self = _self // overrides; _self = with self; {
};
ClassInspector = buildPerlPackage {
name = "Class-Inspector-1.28";
name = "Class-Inspector-1.32";
src = fetchurl {
url = mirror://cpan/authors/id/A/AD/ADAMK/Class-Inspector-1.28.tar.gz;
sha256 = "04iij8dbcgaim7g109frpyf7mh4ydsd8zh53r53chk0zxnivg91w";
url = mirror://cpan/authors/id/P/PL/PLICEASE/Class-Inspector-1.32.tar.gz;
sha256 = "0d85rihxahdvhj8cysqrgg0kbmcqghz5hgy41dbkxr1qaf5xrynf";
};
meta = {
description = "Get information about a class and its structure";