mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
[cpan2nix] perlPackages.LogDispatch: 2.67 -> 2.68
This commit is contained in:
parent
c52ba3b52a
commit
7cf45d7a3c
@ -8768,10 +8768,10 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
LogDispatch = buildPerlPackage {
|
LogDispatch = buildPerlPackage {
|
||||||
name = "Log-Dispatch-2.67";
|
name = "Log-Dispatch-2.68";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/Log-Dispatch-2.67.tar.gz;
|
url = mirror://cpan/authors/id/D/DR/DROLSKY/Log-Dispatch-2.68.tar.gz;
|
||||||
sha256 = "017ks3i0k005dqz7fz53w7x35csqqlr4vfb95c0ijdablajs4kd9";
|
sha256 = "1bxd3bhrn1h2q9f8r65z3101a32nl2kdb7l40bxg4vbsk4wk0ynh";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ DevelGlobalDestruction ParamsValidationCompiler Specio namespaceautoclean ];
|
propagatedBuildInputs = [ DevelGlobalDestruction ParamsValidationCompiler Specio namespaceautoclean ];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user