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

python37Packages.google-cloud-iam: 2.0.0 -> 2.1.0
This commit is contained in:
Sandro 2021-01-28 09:14:21 +01:00 committed by GitHub
commit cd45ca8443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-iam";
version = "2.0.0";
version = "2.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "1zxsx5avs8njiyw32zvsx2yblmmiwxy771x334hbgmy0aqms4lak";
sha256 = "d34604508e3e87b9161ccd5ff29474867ac91ffb8d29e1a2fc9ff0e26d934b73";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];