python312Packages.google-cloud-automl: 2.16.0 -> 2.16.1 (#385324)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-automl";
|
||||
version = "2.16.0";
|
||||
version = "2.16.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
pname = "google_cloud_automl";
|
||||
inherit version;
|
||||
hash = "sha256-IFUU3K+3hgPcjW+vcV8frKOvqJxp4s9o/Zshb0c0DWk=";
|
||||
hash = "sha256-XXeFI4qVzeuG4YKUo0otXRte/xVKAdzbr0O5x+w/RNg=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user