python311Packages.google-cloud-iam-logging: 1.2.1 -> 1.2.2

Changelog: https://github.com/googleapis/python-iam-logging/blob/v1.2.2/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-09-20 08:55:11 +02:00
parent 6a1b459f0b
commit 7ad30048f4

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-iam-logging";
version = "1.2.1";
version = "1.2.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-R35MCPWM5wiJzlFHJuHOD5P6IthPtDjGtw5OhFlfhNc=";
hash = "sha256-6IBjA2WwP11d/vQJSIY3WhbqYvAgFRtZFFSffUqKM38=";
};
propagatedBuildInputs = [