Merge pull request #112724 from r-ryantm/auto-update/python3.7-google-cloud-iot

python37Packages.google-cloud-iot: 2.0.1 -> 2.0.2
This commit is contained in:
Sandro 2021-02-11 20:03:51 +01:00 committed by GitHub
commit abb7564215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-iot";
version = "2.0.1";
version = "2.0.2";
src = fetchPypi {
inherit pname version;
sha256 = "08spn5g0s386x21dgwb46na8aknbwq5d1sn8bh6kayk9fjfbxwla";
sha256 = "768ccd567b87bf0030f9458d796cc0a846c40825fa2896b77e9cc7a4af30ba2b";
};
propagatedBuildInputs = [ grpc_google_iam_v1 google-api-core libcst proto-plus ];