python311Packages.google-cloud-iam-logging: 1.3.1 -> 1.3.2

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-iam-logging-v1.3.2/packages/google-cloud-iam-logging/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-02-23 08:36:56 +01:00
parent 92cf4feb2b
commit ab92e78ba8

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-iam-logging";
version = "1.3.1";
version = "1.3.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4O62hAl6uRz74up/AIwq22VSDQDlTwmm8ywKAik4QrQ=";
hash = "sha256-qJcZHghAWG04PogbCY2JHsoPEoifHVOzsfUbemo5pi4=";
};
nativeBuildInputs = [