3
0
Fork 0
forked from mirrors/nixpkgs

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

python310Packages.google-cloud-iot: 2.5.1 -> 2.6.0
This commit is contained in:
Sandro 2022-07-13 11:49:07 +02:00 committed by GitHub
commit e870d18304
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.5.1";
version = "2.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Y71v505bwXEV1u28WFAHs12Qx0tKY7BDjFCc+oBgZcw=";
sha256 = "sha256-XfF4+F4+LmRyxn8Zs3gI2RegFb3Y+uoAinEqcLeWCGM=";
};
propagatedBuildInputs = [ grpc-google-iam-v1 google-api-core libcst proto-plus ];