python312Packages.influxdb-client: 1.48.0 -> 1.49.0 (#411432)

This commit is contained in:
Jörg Thalheim
2025-05-27 16:59:08 +02:00
committed by GitHub

View File

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