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

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:21 +01:00
parent 403b7cdf81
commit bf767d3bac

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 = [