python311Packages.google-cloud-automl: 2.13.1 -> 2.13.2
Changelog: https://github.com/googleapis/google-cloud-python/tree/google-cloud-automl-v2.13.2/packages/google-cloud-automl
This commit is contained in:
parent
0c1995cc03
commit
691a1af0d4
1 changed files with 2 additions and 2 deletions
|
@ -17,14 +17,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-automl";
|
||||
version = "2.13.1";
|
||||
version = "2.13.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-AhZ5KdSpxJS8jHfwJfLztMtyGZOnCwhb/lalrPZ9jog=";
|
||||
hash = "sha256-2QJzq4t0oo18gbI3zFz5KxidOkfSuQ2sjNNnIlJ7ok4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue