python311Packages.ecs-logging: 2.0.0 -> 2.0.2

Diff: https://github.com/elastic/ecs-logging-python/compare/refs/tags/2.0.0...2.0.2
This commit is contained in:
Fabian Affolter 2023-05-18 00:50:12 +02:00
parent deb36f65f0
commit 5c45d6cfbb

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ecs-logging";
version = "2.0.0";
version = "2.0.2";
format = "flit";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "elastic";
repo = "ecs-logging-python";
rev = "refs/tags/${version}";
hash = "sha256-2BfZ96D24sfjFD6l+gjp6xXbSJ0kjQD/FhHLI3bpVGM=";
hash = "sha256-CfPpUpzNfPuCAiuNsJrJ1nVLiUCPvclfrK7tByytoQE=";
};
nativeBuildInputs = [