Merge pull request #140960 from r-ryantm/auto-update/python38Packages.google-cloud-securitycenter

This commit is contained in:
Sandro
2021-10-08 13:56:11 +02:00
committed by GitHub
@@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-securitycenter";
version = "1.5.1";
version = "1.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "86ec5b1a52b46b57b1150982a661b12a0f971d602d8fc881d4f7081d331d2cb5";
sha256 = "5ac6bad2506d21e9176dcc1afd74cd9c87209c40e85cd2a03bb0421f76b7fa77";
};
propagatedBuildInputs = [ grpc-google-iam-v1 google-api-core libcst proto-plus ];