Merge pull request #219841 from r-ryantm/auto-update/python310Packages.google-cloud-iot

python310Packages.google-cloud-iot: 2.8.1 -> 2.9.0
This commit is contained in:
Fabian Affolter 2023-03-06 16:34:48 +01:00 committed by GitHub
commit 49596eb4e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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