python3Packages.influxdb-client: 1.27.0 -> 1.30.0

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:12 +02:00
parent 6f3b154c0e
commit 095e6c4e2b

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "influxdb-client";
version = "1.27.0";
version = "1.30.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -22,8 +22,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "influxdata";
repo = "influxdb-client-python";
rev = "v${version}";
hash = "sha256-M0Ob3HjIhlYSIWXGM54NXiEMSCmZzNLLNsCRyxAcjMc=";
rev = "refs/tags/v${version}";
hash = "sha256-YGKFvRy76/klXhJ8Cdgqv9YqCq4E6XIiwWXl8W9fRX4=";
};
propagatedBuildInputs = [