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

authored by

Sandro and committed by
GitHub
0eaaec77 61c972d5

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-iam/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "google-cloud-iam"; 15 - version = "2.4.0"; 15 + version = "2.5.0"; 16 16 disabled = pythonOlder "3.6"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - sha256 = "c5002e29febdd6c63a842e30709fa597742dae82181d8b062fe849d7d638047c"; 20 + sha256 = "e8c39d137d9ec0fe780f72b24999b8b47b1f948e38f242b51d609a0fd241b5bf"; 21 21 }; 22 22 23 23 propagatedBuildInputs = [ google-api-core libcst proto-plus ];