python312Packages.influxdb-client: 1.45.0 -> 1.46.0

This commit is contained in:
R. Ryantm 2024-09-13 18:32:18 +00:00
parent fafef5049e
commit ebad66d7e5

View File

@ -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 ];