python310Packages.influxdb-client: 1.33.0 -> 1.34.0

This commit is contained in:
R. Ryantm 2022-10-29 06:02:01 +00:00
parent 34a23b028d
commit eed1ea1431

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "influxdb-client";
version = "1.33.0";
version = "1.34.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "influxdata";
repo = "influxdb-client-python";
rev = "refs/tags/v${version}";
hash = "sha256-RhUIdIwLYJwlpLtyrXO9GCvKY6OLDJl7Aop5acgTHN0=";
hash = "sha256-Bswlrfh9lBobZDA4Rt/02jMER5IrZ6b3ykpbklCFhUE=";
};
propagatedBuildInputs = [