python37Packages.influxdb-client: 1.8.0 -> 1.12.0
This commit is contained in:
parent
3a2e9d2ac7
commit
ea7fe6054f
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "influxdb-client";
|
pname = "influxdb-client";
|
||||||
version = "1.8.0";
|
version = "1.12.0";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6"; # requires python version >=3.6
|
disabled = pythonOlder "3.6"; # requires python version >=3.6
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
owner = "influxdata";
|
owner = "influxdata";
|
||||||
repo = "influxdb-client-python";
|
repo = "influxdb-client-python";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0gf0fjkd10yn1bb86rfapnd5diraivshn9mhzqxaxwlfah45q187";
|
sha256 = "0b4xr8nwrnikj2rnyrrcl6pym2il8iirr9f9cyg6vzfgx8l8brk9";
|
||||||
};
|
};
|
||||||
|
|
||||||
# makes test not reproducible
|
# makes test not reproducible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user