python38Packages.google-cloud-websecurityscanner: 1.6.0 -> 1.6.1
This commit is contained in:
parent
53a68253d7
commit
68b7bc8ece
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-cloud-websecurityscanner";
|
pname = "google-cloud-websecurityscanner";
|
||||||
version = "1.6.0";
|
version = "1.6.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "f7415dda32c26e1da00dcdf174bfaa2ddab4bac80bfb2522104fda976a585733";
|
sha256 = "392a21dd238958eb7f480d056ed24110be22808cf4474939db40df0ade2910f3";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ google-api-core libcst proto-plus ];
|
propagatedBuildInputs = [ google-api-core libcst proto-plus ];
|
||||||
|
|
Loading…
Reference in a new issue