1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

python38Packages.google-cloud-websecurityscanner: 1.4.1 -> 1.4.2

This commit is contained in:
R. RyanTM 2021-09-28 09:34:16 +00:00
parent 54e1db2152
commit 52117f9bf5

View file

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