python312Packages.influxdb-client: 1.45.0 -> 1.46.0 (#341637)

This commit is contained in:
Nick Cao
2024-09-13 16:19:11 -04:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "influxdb-client";
version = "1.45.0";
version = "1.46.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "influxdata";
repo = "influxdb-client-python";
rev = "refs/tags/v${version}";
hash = "sha256-Mhbje/wRltU04jrDQBZVG4OuGdBn20gmBRnnPqyzjcU=";
hash = "sha256-oq6VXsCizqs7ZGocFWvD6SK1HRgQerlAEDW6+SBoM+A=";
};
build-system = [ setuptools ];