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

python310Packages.influxdb-client: 1.26.0 -> 1.27.0
This commit is contained in:
Fabian Affolter 2022-03-19 10:26:30 +01:00 committed by GitHub
commit e72810b323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "influxdb-client";
version = "1.26.0";
version = "1.27.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "influxdata";
repo = "influxdb-client-python";
rev = "v${version}";
hash = "sha256-9MI6AgFTEw9dnBWdry3FnPERXnXZJhbYX4tXj9sGMkg=";
hash = "sha256-M0Ob3HjIhlYSIWXGM54NXiEMSCmZzNLLNsCRyxAcjMc=";
};
propagatedBuildInputs = [