Merge pull request #141333 from r-ryantm/auto-update/python3.8-google-cloud-automl

This commit is contained in:
Sandro 2021-10-12 11:39:29 +02:00 committed by GitHub
commit 2235f9eb6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "google-cloud-automl";
version = "2.4.2";
version = "2.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-c3zlpCejXB/RO8RnyFUpDknefpoMZWXWgaS7ACpqdAw=";
sha256 = "c360f40f4c63e16ae6dfe701892bb74a1055169e58f1ef39136809eecf73264e";
};
propagatedBuildInputs = [