Merge pull request #105785 from r-ryantm/auto-update/python3.7-influxdb-client

python37Packages.influxdb-client: 1.8.0 -> 1.12.0
This commit is contained in:
Jörg Thalheim 2020-12-03 12:55:37 +00:00 committed by GitHub
commit 6cffa3e37c
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.8.0";
version = "1.12.0";
disabled = pythonOlder "3.6"; # requires python version >=3.6
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "influxdata";
repo = "influxdb-client-python";
rev = "v${version}";
sha256 = "0gf0fjkd10yn1bb86rfapnd5diraivshn9mhzqxaxwlfah45q187";
sha256 = "0b4xr8nwrnikj2rnyrrcl6pym2il8iirr9f9cyg6vzfgx8l8brk9";
};
# makes test not reproducible