python3Packages.google-cloud-logging: 3.12.1 -> 3.13.0

https://github.com/googleapis/python-logging/blob/v3.13.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:12 +01:00
parent 8c76d5f496
commit cedea26ab4
@@ -23,13 +23,13 @@
buildPythonPackage rec {
pname = "google-cloud-logging";
version = "3.12.1";
version = "3.13.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_logging";
inherit version;
hash = "sha256-Nu/II5hQVbIDkE6D4cj5+ZmzxkJwvNo51XOGyk7/1ng=";
hash = "sha256-Oq4Fc7GhpPWezfRXH054gbWCO9Ep/kaVYcHEmn+opME=";
};
build-system = [ setuptools ];