python312Packages.ecs-logging: 2.1.0 -> 2.2.0

Diff: https://github.com/elastic/ecs-logging-python/compare/refs/tags/2.1.0...2.2.0
This commit is contained in:
Fabian Affolter
2024-08-17 00:27:54 +02:00
parent 764056c6d4
commit d5e1bbb4d2
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ecs-logging";
version = "2.1.0";
version = "2.2.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "elastic";
repo = "ecs-logging-python";
rev = "refs/tags/${version}";
hash = "sha256-Gf44bT3/gmHy+yaQ1+bhCFB33ym2G14tzNqTQyC3BJU=";
hash = "sha256-djCEutZqcyRfRme+omiwl3ofBUBli71TnfVu59i7vlE=";
};
nativeBuildInputs = [ flit-core ];