python38Packages.google-cloud-iam: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm 2021-11-14 18:58:52 +00:00
parent 53a68253d7
commit b36a9512e7

View File

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