python3Packages.google-cloud-websecurityscanner: 1.17.3 -> 1.18.0

This commit is contained in:
R. Ryantm
2025-10-24 18:27:25 +00:00
parent c9f97ce391
commit ac683faa12
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "google-cloud-websecurityscanner";
version = "1.17.3";
version = "1.18.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_websecurityscanner";
inherit version;
hash = "sha256-Bmi8LH4HtxlnLsDtpSG1BQYp5yg4gEaKzLxPIUwPemM=";
hash = "sha256-JjW9Rifp3BZIjAzs94trQj1RJAHLzll+tDksV/e1rag=";
};
build-system = [ setuptools ];