Fabian Affolter
2025-05-27 16:39:35 +02:00
parent 042b603d44
commit e69360347b
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "influxdb-client";
version = "1.48.0";
version = "1.49.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "influxdata";
repo = "influxdb-client-python";
tag = "v${version}";
hash = "sha256-MKTfRsqizZDXPMqJAypUDQBm+a2s6FaEG3TM30wucrI=";
hash = "sha256-lu3we/KXwP3oC9bfv6gzbwacOVLGSuPBf9giwmsHXgI=";
};
build-system = [ setuptools ];