Robert Schütz
2026-02-04 11:50:14 -08:00
parent f57e2e1fb3
commit 5c8b21beda
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "influxdb-client";
version = "1.49.0";
version = "1.50.0";
pyproject = true;
src = fetchFromGitHub {
owner = "influxdata";
repo = "influxdb-client-python";
tag = "v${version}";
hash = "sha256-lu3we/KXwP3oC9bfv6gzbwacOVLGSuPBf9giwmsHXgI=";
hash = "sha256-39ioVlTgvICHArTNhfXZQ+WrUda2B5LxLtMwXWp6krU=";
};
build-system = [ setuptools ];
@@ -32,7 +32,6 @@ buildPythonPackage rec {
certifi
python-dateutil
reactivex
setuptools
urllib3
];