python310Packages.google-cloud-iam: 2.10.0 -> 2.11.2

Changelog: https://github.com/googleapis/python-iam/releases/tag/v2.11.2
This commit is contained in:
Fabian Affolter 2023-03-13 08:46:00 +01:00
parent 2b66b9019f
commit c18ddc6e5e

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-iam";
version = "2.10.0";
version = "2.11.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-8q/Am7x5LFN9Uaw37QdUdwL19J1FgxRKjRL0Vrc+1TI=";
hash = "sha256-viN/BiIYmE83B1JMh5THgj2/HLGOeIotDVLdTODZBAg=";
};
propagatedBuildInputs = [