Unverified Commit ee5b88dd authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python310Packages.google-cloud-automl: 2.7.3 -> 2.8.0
parents c76c6267 4a554b44
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "google-cloud-automl";
  version = "2.7.3";
  version = "2.8.0";
  format = "setuptools";

  disabled = pythonOlder "3.6";
  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-c6Su9hff+eHr0ddQOyv1Zo0IqcpTw6SmMK+iR5WQMs8=";
    hash = "sha256-kpi3RU66JEWt0guFPRtetBqn8F21qjE8kW1zc4oSBPM=";
  };

  propagatedBuildInputs = [