[cpan2nix] perlPackages.LogDispatch: 2.41 -> 2.67

This commit is contained in:
volth 2018-04-07 07:57:26 +00:00
parent 2ffe718683
commit 843382e2a0
1 changed files with 5 additions and 4 deletions

View File

@ -8391,18 +8391,19 @@ let self = _self // overrides; _self = with self; {
};
LogDispatch = buildPerlPackage {
name = "Log-Dispatch-2.41";
name = "Log-Dispatch-2.67";
src = fetchurl {
url = mirror://cpan/authors/id/D/DR/DROLSKY/Log-Dispatch-2.41.tar.gz;
sha256 = "0vsmlkx2g9lc13pl9v96kn575yszfvd79a236b8v0s1di83gm09z";
url = mirror://cpan/authors/id/D/DR/DROLSKY/Log-Dispatch-2.67.tar.gz;
sha256 = "017ks3i0k005dqz7fz53w7x35csqqlr4vfb95c0ijdablajs4kd9";
};
propagatedBuildInputs = [ ClassLoad ParamsValidate ];
propagatedBuildInputs = [ DevelGlobalDestruction ParamsValidationCompiler Specio namespaceautoclean ];
meta = {
description = "Dispatches messages to one or more outputs";
license = stdenv.lib.licenses.artistic2;
maintainers = with maintainers; [ ];
platforms = stdenv.lib.platforms.unix;
};
buildInputs = [ IPCRun3 TestFatal TestNeeds ];
};
LogHandler = buildPerlModule rec {