Fabian Affolter 2024-06-27 14:32:19 +02:00
parent 9f4f3d8f6a
commit 2c48065481

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "influxdb-client";
version = "1.43.0";
version = "1.44.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-CwSqJj9MslcvTzYGaDRygskSxbSh80uCJQM2tNz743k=";
hash = "sha256-iG9edGHqhExUoL+1q8s5QvY/mrYOMosgtA2P1zwO3o8=";
};
build-system = [ setuptools ];