python3Packages.google-cloud-automl: 2.16.3 -> 2.16.4

This commit is contained in:
R. Ryantm 2025-06-29 18:09:56 +00:00
parent ed341aab4f
commit 6c6eaf262d

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "google-cloud-automl";
version = "2.16.3";
version = "2.16.4";
pyproject = true;
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_automl";
inherit version;
hash = "sha256-b10WLvYAjZPKBGUal4b63rRJfUqKJL9n3ztVOVFK3y8=";
hash = "sha256-XVK9SF3RiPCejokDA8thyrJ910f8aQfSYdX9Wl3AgqM=";
};
build-system = [ setuptools ];