perl-Log-Dispatchouli: 2.009 -> 2.012

This commit is contained in:
Robert Helgesson 2016-05-01 23:34:10 +02:00
parent 1612bb4123
commit 216b04b247

View File

@ -7144,16 +7144,16 @@ let self = _self // overrides; _self = with self; {
};
};
LogDispatchouli = buildPerlPackage {
name = "Log-Dispatchouli-2.009";
LogDispatchouli = buildPerlPackage rec {
name = "Log-Dispatchouli-2.012";
src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Log-Dispatchouli-2.009.tar.gz;
sha256 = "09iw27r36gmljlm6gjfczn2sf4s1js697q8na8xw4wlnz7x4bv59";
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
sha256 = "214eca0fe77f2dc74675f9aa542778d5d4618c5bf12283540ca1062fcb967fa0";
};
buildInputs = [ TestDeep TestFatal ];
propagatedBuildInputs = [ LogDispatch LogDispatchArray ParamsUtil StringFlogger SubExporter SubExporterGlobExporter TryTiny ];
meta = {
homepage = https://github.com/rjbs/log-dispatchouli;
homepage = https://github.com/rjbs/Log-Dispatchouli;
description = "A simple wrapper around Log::Dispatch";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};