python3Packages.google-cloud-iam-logging: 1.4.3 -> 1.5.0 (#453440)

This commit is contained in:
Fabian Affolter
2025-10-20 11:35:40 +00:00
committed by GitHub
@@ -9,21 +9,18 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "google-cloud-iam-logging";
version = "1.4.3";
version = "1.5.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_iam_logging";
inherit version;
hash = "sha256-fmS+DTZciJ1BWMk6pxAVe/7Lgt0Xk+uyS5DCRYXAOEA=";
hash = "sha256-CmUvHm1DVA/bRejKm+T8VonVlHy6Dmk1uytz3tfAVGk=";
};
build-system = [ setuptools ];