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

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-iam-logging-v1.3.3/packages/google-cloud-iam-logging/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-03-06 16:47:45 +01:00
parent a206ca147c
commit e3a8050ee5
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-iam-logging";
version = "1.3.2";
version = "1.3.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-qJcZHghAWG04PogbCY2JHsoPEoifHVOzsfUbemo5pi4=";
hash = "sha256-99YYGGrI8zg+cwdVKqFVneL0jTzO7GJq91O/Kk0lGJM=";
};
nativeBuildInputs = [