python310Packages.google-cloud-iot: 2.9.0 -> 2.9.1

Changelog: https://github.com/googleapis/python-iot/blob/v2.9.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-04-10 19:32:28 +02:00
parent ba1ffb7a73
commit 860851df85

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-iot";
version = "2.9.0";
version = "2.9.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-mr14CDo+M01ZRfNLerFNeikExmIcV0j17zX/Xn8JT80=";
hash = "sha256-6+6EsRdj38jD+i3nhVHOI1wVGWYKMIGDILHgO3wN7zg=";
};
propagatedBuildInputs = [