python310Packages.google-cloud-automl: 2.11.0 -> 2.11.1

Changelog: https://github.com/googleapis/python-automl/blob/v2.11.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-04-10 19:39:38 +02:00
parent 6a8140257c
commit 327e5b539a

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "google-cloud-automl";
version = "2.11.0";
version = "2.11.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-fc/87JW9FExvZPk+pHLuntLHfdj0kRi2e5ohRq5Ujpg=";
hash = "sha256-MFYWx791WDdZLClul+f/hNHeTEmlQWEJw5zLs5FVgh8=";
};
propagatedBuildInputs = [