python311Packages.google-cloud-monitoring: 2.15.1 -> 2.16.0

Changelog: https://github.com/googleapis/python-monitoring/blob/v2.16.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-10-10 11:39:59 +02:00
parent dc150667dd
commit d6a05b1b93

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-monitoring";
version = "2.15.1";
version = "2.16.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CGqEWjSm4QWrijpICTkupjZ6ZbKLdWHCYQFTSocF7Tc=";
hash = "sha256-PRhRAJMSraXoq/IP92GvhHS3UwYKtuC31uxHvBHysTY=";
};
propagatedBuildInputs = [