[cpan2nix] perlPackages.LogDispatchouli: 2.012 -> 2.016

This commit is contained in:
volth 2018-04-07 07:57:31 +00:00
parent b6703587b3
commit 93302fe6e5
1 changed files with 3 additions and 3 deletions

View File

@ -8482,13 +8482,13 @@ let self = _self // overrides; _self = with self; {
}; };
LogDispatchouli = buildPerlPackage rec { LogDispatchouli = buildPerlPackage rec {
name = "Log-Dispatchouli-2.012"; name = "Log-Dispatchouli-2.016";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz"; url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
sha256 = "214eca0fe77f2dc74675f9aa542778d5d4618c5bf12283540ca1062fcb967fa0"; sha256 = "7f2a1a1854fd1e4ed02883bc21f5395f4244a266b661276b438d1bdd50bdacf7";
}; };
buildInputs = [ TestDeep TestFatal ]; buildInputs = [ TestDeep TestFatal ];
propagatedBuildInputs = [ LogDispatch LogDispatchArray ParamsUtil StringFlogger SubExporter SubExporterGlobExporter TryTiny ]; propagatedBuildInputs = [ LogDispatchArray StringFlogger SubExporterGlobExporter ];
meta = { meta = {
homepage = https://github.com/rjbs/Log-Dispatchouli; homepage = https://github.com/rjbs/Log-Dispatchouli;
description = "A simple wrapper around Log::Dispatch"; description = "A simple wrapper around Log::Dispatch";