[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

View File

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