python313Packages.google-cloud-audit-log: 0.3.3 -> 0.4.0 (#464925)

This commit is contained in:
Gergő Gutyina
2025-12-26 15:16:09 +00:00
committed by GitHub
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "google-cloud-audit-log";
version = "0.3.3";
version = "0.4.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_audit_log";
inherit version;
hash = "sha256-zKeB4fG1SY3xgyoLaDqZ6GwAsxAVu77vMAI4H3qWpj8=";
hash = "sha256-hGfU3MqfPmFgUgwk1xWS5J6HSDjxdHYicuwQ55ULb+s=";
};
build-system = [ setuptools ];