Merge pull request #127511 from fabaff/bump-influxdb-client

python3Packages.influxdb-client: 1.17.0 -> 1.18.0
This commit is contained in:
Sandro 2021-06-20 18:39:31 +02:00 committed by GitHub
commit 7a7020442c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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