perlPackages.LogDispatch: 2.70 -> 2.71

This commit is contained in:
Stig Palmquist 2023-10-10 11:56:44 +02:00
parent e24fd2ec50
commit fbd77178f8

View File

@ -14069,10 +14069,10 @@ with self; {
LogDispatch = buildPerlPackage {
pname = "Log-Dispatch";
version = "2.70";
version = "2.71";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DR/DROLSKY/Log-Dispatch-2.70.tar.gz";
hash = "sha256-o9kcxSRn06PGaDED899EctceQFpF9VMolEhxOsQpPyE=";
url = "mirror://cpan/authors/id/D/DR/DROLSKY/Log-Dispatch-2.71.tar.gz";
hash = "sha256-nWDZZIw1zidUcx603rfwWAns4b1jO3TXR5Wu2exzJXA=";
};
propagatedBuildInputs = [ DevelGlobalDestruction ParamsValidationCompiler Specio namespaceautoclean ];
buildInputs = [ IPCRun3 TestFatal TestNeeds ];