Merge pull request #260178 from fabaff/google-cloud-monitoring-bump

python311Packages.google-cloud-monitoring: 2.15.1 -> 2.16.0
This commit is contained in:
Nick Cao 2023-10-10 18:47:15 -04:00 committed by GitHub
commit 6844fde418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [