python3Packages.google-cloud-monitoring: 2.29.1 -> 2.30.0 (#506541)

This commit is contained in:
dotlambda
2026-04-15 20:20:00 +00:00
committed by GitHub
@@ -15,13 +15,13 @@
buildPythonPackage (finalAttrs: {
pname = "google-cloud-monitoring";
version = "2.29.1";
version = "2.30.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_monitoring";
inherit (finalAttrs) version;
hash = "sha256-hsrFXN0mCFYYGdGVRPs8Epu7fc7MRF2N5CbjTNb6jkk=";
hash = "sha256-qVMKqaokbEkIEN+nvjLWfoNA0ZEIrMmcvALR7UlPunY=";
};
build-system = [ setuptools ];