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

This commit is contained in:
Sandro Jäckel 2021-04-05 04:59:42 +02:00
parent f3a6e227e6
commit 8d859559b7

View file

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