python3Packages.google-cloud-websecurityscanner: 1.17.3 -> 1.18.0 (#455324)

This commit is contained in:
Fabian Affolter
2025-10-24 20:16:17 +00:00
committed by GitHub
@@ -8,21 +8,18 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "google-cloud-websecurityscanner";
version = "1.17.3";
version = "1.18.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_websecurityscanner";
inherit version;
hash = "sha256-Bmi8LH4HtxlnLsDtpSG1BQYp5yg4gEaKzLxPIUwPemM=";
hash = "sha256-JjW9Rifp3BZIjAzs94trQj1RJAHLzll+tDksV/e1rag=";
};
build-system = [ setuptools ];