python310Packages.google-cloud-websecurityscanner: 1.11.0 -> 1.11.1

This commit is contained in:
R. Ryantm 2023-01-27 00:34:57 +00:00
parent a58215b5eb
commit cfdd27a931

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-websecurityscanner";
version = "1.11.0";
version = "1.11.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1XuY1Xf4QwJqEWCv0m2seSpoteDJxWep38lyP2Okk1Q=";
hash = "sha256-nVzFxoEIk01fPnybPQ7elFSff9ofSI9Ik6B+P4o41N8=";
};
propagatedBuildInputs = [