python3Packages.google-cloud-webrisk: 1.18.1 -> 1.19.0 (#454183)

This commit is contained in:
Sandro
2025-10-23 11:51:54 +00:00
committed by GitHub
@@ -9,21 +9,18 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "google-cloud-webrisk";
version = "1.18.1";
version = "1.19.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_webrisk";
inherit version;
hash = "sha256-3OUxiDZtRfmipeyCW8in6+GkVnlilWgE8Hzr6G+1KQU=";
hash = "sha256-TuWU+3pfwFt8E06zUDAY8+JJb+2j4l/eHP7Y0dgE0gs=";
};
build-system = [ setuptools ];