3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Sandro 2021-09-28 23:43:22 +02:00 committed by GitHub
commit 005861035c
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.2.1";
version = "2.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-vMzq4ffA7877zRtdZ+VpFdEHU0BZhDdhgxuk5154hMU=";
sha256 = "cb31a864be75c47880748b6c81f0c57cbce190a87e402ce32b2b772be2dba5fa";
};
propagatedBuildInputs = [ grpc-google-iam-v1 google-api-core libcst proto-plus ];