python312Packages.google-cloud-monitoring: 2.24.0 -> 2.26.0 (#371236)

This commit is contained in:
OTABI Tomoya
2025-01-18 15:56:05 +09:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "google-cloud-monitoring";
version = "2.24.0";
version = "2.26.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_monitoring";
inherit version;
hash = "sha256-oNOEj07w93S7swIchv12XbvG2xdtePcels8zmNO+G7c=";
hash = "sha256-KQQf3/2y24bIvlRayYXHSQwXDpEQtDZfC9YIjGhEGIQ=";
};
build-system = [ setuptools ];