python3Packages.google-cloud-iam-logging: 1.7.0 -> 1.8.0

This commit is contained in:
R. Ryantm
2026-06-25 00:15:57 +00:00
parent 5eccbb52c3
commit 2bd4fa5c66
@@ -14,13 +14,13 @@
buildPythonPackage (finalAttrs: {
pname = "google-cloud-iam-logging";
version = "1.7.0";
version = "1.8.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_iam_logging";
inherit (finalAttrs) version;
hash = "sha256-p0PEXDzdq+DX88rW7mN9FBK7Nkhi01xubH+qeECr1d4=";
hash = "sha256-SOugq2vFHefdkFsc4haDahmOjioWSZtL4iUfQlgqwCg=";
};
build-system = [ setuptools ];