python312Packages.google-cloud-monitoring: 2.24.0 -> 2.26.0

This commit is contained in:
R. Ryantm
2025-01-17 20:12:26 +00:00
parent 3ca2cedac2
commit 958e4f92df
@@ -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 ];