python3Packages.google-cloud-monitoring: 2.30.0 -> 2.31.0

This commit is contained in:
R. Ryantm
2026-06-11 05:17:20 +00:00
parent d9c4084332
commit 320f4f3e95
@@ -15,13 +15,13 @@
buildPythonPackage (finalAttrs: {
pname = "google-cloud-monitoring";
version = "2.30.0";
version = "2.31.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_monitoring";
inherit (finalAttrs) version;
hash = "sha256-qVMKqaokbEkIEN+nvjLWfoNA0ZEIrMmcvALR7UlPunY=";
hash = "sha256-tMnTUoyGQ9TrS51ojLs8WRS8X2mzFP98XhtHvcBzqa4=";
};
build-system = [ setuptools ];