Merge pull request #175813 from SuperSandro2000/python310Packages.google-cloud-iot

python310Packages.google-cloud-iot: 2.4.1 -> 2.5.0
This commit is contained in:
Sandro 2022-06-02 01:59:02 +02:00 committed by GitHub
commit 8a38bf349b
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.4.1";
version = "2.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-AjGoEAAI8aTACtcZp7zT5n9y6WCMc4GOfgUusUVXAVk=";
sha256 = "sha256-bZ2Zn4r+hQ2MfkgXmJPYWbKy3tYlTkYh6ohmWQA/75U=";
};
propagatedBuildInputs = [ grpc-google-iam-v1 google-api-core libcst proto-plus ];