Merge pull request #247199 from fabaff/influxdb-client-bump

python311Packages.influxdb-client: 1.36.1 -> 1.37.0
This commit is contained in:
Fabian Affolter
2023-08-05 07:09:45 +02:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "influxdb-client";
version = "1.36.1";
version = "1.37.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-O10q/ResES3mE26LZQLgGPSLjhUCEOwZpm6vZj6H5mQ=";
hash = "sha256-paS+/miraJ9vRL1ZEAWJRSVd1hGvrYJe+0YD/F4sGDs=";
};
propagatedBuildInputs = [