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

This commit is contained in:
Sandro 2021-10-27 22:19:59 +02:00 committed by GitHub
commit 0eaaec779d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "google-cloud-iam";
version = "2.4.0";
version = "2.5.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "c5002e29febdd6c63a842e30709fa597742dae82181d8b062fe849d7d638047c";
sha256 = "e8c39d137d9ec0fe780f72b24999b8b47b1f948e38f242b51d609a0fd241b5bf";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];