python310Packages.influxdb-client: 1.37.0 -> 1.38.0

This commit is contained in:
R. Ryantm 2023-10-07 06:22:53 +00:00
parent 0b48455b2d
commit 68fae96808

View File

@ -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 = [