Merge pull request #285164 from r-ryantm/auto-update/python312Packages.influxdb-client

python312Packages.influxdb-client: 1.39.0 -> 1.40.0
This commit is contained in:
Nick Cao 2024-01-31 08:39:15 -05:00 committed by GitHub
commit 1e245aad3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "influxdb-client";
version = "1.39.0";
version = "1.40.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-cj3qeT5wE/RqrwOW1MV9sVG+khxyRAO5438omqbKbmY=";
hash = "sha256-+I5DxcxNxIRDwtfYXLvXPl8Z3FKcSWyaYtv1KHT9QO4=";
};
propagatedBuildInputs = [