3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.google-cloud-automl: 2.7.3 -> 2.8.0

This commit is contained in:
R. Ryantm 2022-07-19 20:20:05 +00:00
parent 6f884c2f43
commit ee3b777042

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-automl";
version = "2.7.3";
version = "2.8.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-c6Su9hff+eHr0ddQOyv1Zo0IqcpTw6SmMK+iR5WQMs8=";
hash = "sha256-kpi3RU66JEWt0guFPRtetBqn8F21qjE8kW1zc4oSBPM=";
};
propagatedBuildInputs = [