perl-Log-Dispatchouli: 2.009 -> 2.012
This commit is contained in:
parent
1612bb4123
commit
216b04b247
@ -7144,16 +7144,16 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
LogDispatchouli = buildPerlPackage {
|
LogDispatchouli = buildPerlPackage rec {
|
||||||
name = "Log-Dispatchouli-2.009";
|
name = "Log-Dispatchouli-2.012";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Log-Dispatchouli-2.009.tar.gz;
|
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||||
sha256 = "09iw27r36gmljlm6gjfczn2sf4s1js697q8na8xw4wlnz7x4bv59";
|
sha256 = "214eca0fe77f2dc74675f9aa542778d5d4618c5bf12283540ca1062fcb967fa0";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestDeep TestFatal ];
|
buildInputs = [ TestDeep TestFatal ];
|
||||||
propagatedBuildInputs = [ LogDispatch LogDispatchArray ParamsUtil StringFlogger SubExporter SubExporterGlobExporter TryTiny ];
|
propagatedBuildInputs = [ LogDispatch LogDispatchArray ParamsUtil StringFlogger SubExporter SubExporterGlobExporter TryTiny ];
|
||||||
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";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user