python3Packages.ecs-logging: 2.2.0 -> 2.3.0

This commit is contained in:
R. Ryantm
2026-01-23 11:57:26 +00:00
parent c5fd0b8a75
commit ad5546fedd
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "ecs-logging";
version = "2.2.0";
version = "2.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "elastic";
repo = "ecs-logging-python";
tag = version;
hash = "sha256-djCEutZqcyRfRme+omiwl3ofBUBli71TnfVu59i7vlE=";
hash = "sha256-YI3s+KkDPd6PVQlwpau+kgEccquo7FtfNSK278Z8B9M=";
};
nativeBuildInputs = [ flit-core ];