Merge pull request #198403 from r-ryantm/auto-update/python310Packages.influxdb-client

python310Packages.influxdb-client: 1.33.0 -> 1.34.0
This commit is contained in:
Jörg Thalheim 2022-10-29 08:53:08 +02:00 committed by GitHub
commit 323786dc2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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