python311Packages.google-cloud-monitoring: 2.23.1 -> 2.24.0 (#365856)

This commit is contained in:
Fabian Affolter 2024-12-18 09:48:51 +01:00 committed by GitHub
commit 5b16f53248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "google-cloud-monitoring";
version = "2.23.1";
version = "2.24.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_monitoring";
inherit version;
hash = "sha256-I5qrBa3ILAaKbMTlSGiK1e9I7q1jDJ/R1K/QkOCeJvA=";
hash = "sha256-oNOEj07w93S7swIchv12XbvG2xdtePcels8zmNO+G7c=";
};
build-system = [ setuptools ];