python3Packages.influxdb-client: 1.17.0 -> 1.18.0

This commit is contained in:
Fabian Affolter 2021-06-20 00:27:33 +02:00
parent c285ab05df
commit bcfc598b14

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "influxdb-client";
version = "1.17.0";
version = "1.18.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "influxdata";
repo = "influxdb-client-python";
rev = "v${version}";
sha256 = "1xxg8z9zambbhr7nmxhmvmiwkd4578zxr6rl2vhdh2w77idsw29z";
sha256 = "0xgp1wxdfa4y316dfkpmj38chlh68mndr8kqphckpnw16qxsl3d9";
};
propagatedBuildInputs = [