3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #155726 from r-ryantm/auto-update/python310Packages.google-cloud-automl

This commit is contained in:
Sandro 2022-01-20 00:45:03 +01:00 committed by GitHub
commit 6a907aa393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-automl"; pname = "google-cloud-automl";
version = "2.5.2"; version = "2.6.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "4c759ae99979d9f94ed0bdfe4937f41c81634f934ec11d25eb089430781eafec"; sha256 = "bcd3b2913c2eb83e356a457ad6e89a2a9505b2e9cb7be37055d6ce1f0fef20cf";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [