Merge pull request #140965 from r-ryantm/auto-update/python38Packages.google-cloud-websecurityscanner

This commit is contained in:
Sandro 2021-10-08 13:49:36 +02:00 committed by GitHub
commit 193e866bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-websecurityscanner";
version = "1.4.2";
version = "1.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "593e73edb31ecb8e079c83c65dca29a593208f81a7506e6ef20aeecf611f2a9d";
sha256 = "1b8c6169ec46492a13d1ed2d13b4be6439838bb16bca40314af910e7b105f603";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];