3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.google-cloud-websecurityscanner: 1.1.0 -> 1.2.0

This commit is contained in:
Fabian Affolter 2021-06-06 21:54:13 +02:00
parent e024886967
commit 948b98ab93

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-websecurityscanner";
version = "1.1.0";
version = "1.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-lrMnp9jVndz0C8VdreVudYdwh7zSdRniPHYm9BNdjak=";
sha256 = "sha256-Lg6yoqOu88lZHT/H9FPdgVgSDm7oLUaPm7T1UsXB8Fo=";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];