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

This commit is contained in:
Sandro 2021-10-13 11:55:23 +02:00 committed by GitHub
commit e0d582a9bd
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.3.2";
version = "2.4.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "c59ceebe2ff5d45a7367ddbe1a702bbbb010d6d3423d278797835d59e885fa50";
sha256 = "c5002e29febdd6c63a842e30709fa597742dae82181d8b062fe849d7d638047c";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];