Merge pull request #140931 from r-ryantm/auto-update/python3.8-google-cloud-monitoring

This commit is contained in:
Sandro 2021-10-12 11:38:32 +02:00 committed by GitHub
commit 17bca5b560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-monitoring";
version = "2.5.1";
version = "2.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "f8b3842fd11965a3872622988359a21bff62bd1b7b9be3ccf095b7ae2f4c796f";
sha256 = "47feb2e635ef79af98696eb22a5af1db8a78b3a2919e39bdec65ba45659b59ac";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];