Merge pull request #161777 from r-ryantm/auto-update/python3.10-google-cloud-websecurityscanner

python310Packages.google-cloud-websecurityscanner: 1.6.1 -> 1.7.0
This commit is contained in:
Fabian Affolter 2022-02-25 08:28:28 +01:00 committed by GitHub
commit d2882de629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-websecurityscanner";
version = "1.6.1";
version = "1.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "392a21dd238958eb7f480d056ed24110be22808cf4474939db40df0ade2910f3";
sha256 = "sha256-FBTJlr4mN5qW3BvA1l/glRaqdcJGFFjqPea3KQjwUqQ=";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];