python311Packages.influxdb-client: 1.40.0 -> 1.41.0

This commit is contained in:
R. Ryantm
2024-03-04 03:00:46 +00:00
parent 8727dcf55f
commit 237b79d3ec
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "influxdb-client";
version = "1.40.0";
version = "1.41.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "influxdata";
repo = "influxdb-client-python";
rev = "refs/tags/v${version}";
hash = "sha256-+I5DxcxNxIRDwtfYXLvXPl8Z3FKcSWyaYtv1KHT9QO4=";
hash = "sha256-wrgbc8sMISJvXxefGl2PBsJ3d308BXVH7wYIeaFmdZ8=";
};
propagatedBuildInputs = [