Merge pull request #259526 from r-ryantm/auto-update/python310Packages.influxdb-client

python310Packages.influxdb-client: 1.37.0 -> 1.38.0
This commit is contained in:
Nick Cao
2023-10-07 12:53:05 -04:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "influxdb-client";
version = "1.37.0";
version = "1.38.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-paS+/miraJ9vRL1ZEAWJRSVd1hGvrYJe+0YD/F4sGDs=";
hash = "sha256-oE0RPryuUJcy6HN3V2XIxipGYU41xrYMC7b0sGRfay8=";
};
propagatedBuildInputs = [