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

Merge pull request #289046 from fabaff/google-cloud-automl-bump

python311Packages.google-cloud-automl: 2.12.0 -> 2.13.1
parents 97d5e27f b21b2a37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "google-cloud-automl";
  version = "2.12.0";
  version = "2.13.1";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-IvemHgS0qbA9UE7y22aD30YqAy2lP+P7ssNvUlB0q7U=";
    hash = "sha256-AhZ5KdSpxJS8jHfwJfLztMtyGZOnCwhb/lalrPZ9jog=";
  };

  nativeBuildInputs = [