python3Packages.google-cloud-webrisk: 1.18.1 -> 1.19.0

This commit is contained in:
R. Ryantm
2025-10-21 11:50:54 +00:00
parent 65a2cad20c
commit 18bd2aac0e
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "google-cloud-webrisk";
version = "1.18.1";
version = "1.19.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_webrisk";
inherit version;
hash = "sha256-3OUxiDZtRfmipeyCW8in6+GkVnlilWgE8Hzr6G+1KQU=";
hash = "sha256-TuWU+3pfwFt8E06zUDAY8+JJb+2j4l/eHP7Y0dgE0gs=";
};
build-system = [ setuptools ];