python312Packages.google-cloud-webrisk: 1.14.5 -> 1.15.0

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-webrisk-v1.15.0/packages/google-cloud-webrisk/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-10-26 00:26:09 +02:00
parent 5584e3590e
commit 8c44174638
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "google-cloud-webrisk";
version = "1.14.5";
version = "1.15.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_webrisk";
inherit version;
hash = "sha256-zlJhVcoqagtodRCVUVlWZODH+C7/H1KIj7vBYkZUs2A=";
hash = "sha256-7nTkIgAfn7c9XGJFnq7fNRExNV4Kfdjv4Trrc+nRW6k=";
};
build-system = [ setuptools ];