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

This commit is contained in:
Sandro 2021-09-28 10:52:43 +02:00 committed by GitHub
commit 77037d13cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-securitycenter";
version = "1.5.0";
version = "1.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-DrdzC7Oe/8cq41OLcN51Qm208L0zPa9cxscHqmYji04=";
sha256 = "86ec5b1a52b46b57b1150982a661b12a0f971d602d8fc881d4f7081d331d2cb5";
};
propagatedBuildInputs = [ grpc-google-iam-v1 google-api-core libcst proto-plus ];