python3Packages.google-cloud-automl: 2.19.0 -> 2.20.0

This commit is contained in:
R. Ryantm
2026-06-04 19:48:36 +00:00
parent 672b024e65
commit 2204dfca02

View File

@@ -17,13 +17,13 @@
buildPythonPackage rec {
pname = "google-cloud-automl";
version = "2.19.0";
version = "2.20.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_automl";
inherit version;
hash = "sha256-xyZ7Wafv97FSB/5oaJ67P7kian4nL/E78nUL9ocUWM4=";
hash = "sha256-3BaZODxm3KaDecL6iM0JQz9mOwaOvOTnb1HJ8sCOzEA=";
};
build-system = [ setuptools ];