perlPackages.LogDispatchFileRotate: 1.36 -> 1.38

This commit is contained in:
Stig Palmquist 2023-10-10 11:56:45 +02:00
parent 007c6a1d83
commit 1107095a4b

View File

@ -14085,10 +14085,10 @@ with self; {
LogDispatchFileRotate = buildPerlPackage {
pname = "Log-Dispatch-FileRotate";
version = "1.36";
version = "1.38";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MS/MSCHOUT/Log-Dispatch-FileRotate-1.36.tar.gz";
hash = "sha256-RyyxCw+sa71nKYvCjxSVhZrYWy356IxKH366c0+IlW4=";
url = "mirror://cpan/authors/id/M/MS/MSCHOUT/Log-Dispatch-FileRotate-1.38.tar.gz";
hash = "sha256-tV1s7ePwoGQmSI+/pVT0VhMgsBTBAjiTztKVCOW85Ow=";
};
propagatedBuildInputs = [ DateManip LogDispatch ];
buildInputs = [ PathTiny TestWarn ];