python312Packages.google-cloud-automl: 2.15.0 -> 2.16.0

This commit is contained in:
R. Ryantm
2025-02-12 23:19:31 +00:00
parent 82dc1d7225
commit 38e2916d1d
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "google-cloud-automl";
version = "2.15.0";
version = "2.16.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_automl";
inherit version;
hash = "sha256-uVR7WyqVmIerI/l4lIZKCeqIqgPMOhdD6+kBBfHZVRU=";
hash = "sha256-IFUU3K+3hgPcjW+vcV8frKOvqJxp4s9o/Zshb0c0DWk=";
};
build-system = [ setuptools ];