python310Packages.google-cloud-monitoring: 2.9.2 -> 2.10.0

This commit is contained in:
R. Ryantm 2022-07-08 19:51:25 +00:00 committed by Jonathan Ringer
parent 7bb2af4f32
commit 41f9226561

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-monitoring";
version = "2.9.2";
version = "2.10.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-ePJGEBzo5lXBnCDMuZQPVoU9gT4yfDs8YZB50x4xb90=";
hash = "sha256-hnDzNkFluRjq/Bxk6NIXezGLDEMAcW4MLQG7F5U9Ez8=";
};
propagatedBuildInputs = [