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

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

python311Packages.google-cloud-automl: 2.11.2 -> 2.11.3
parents c22e3f40 8d33b615
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "google-cloud-automl";
  version = "2.11.2";
  version = "2.11.3";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-w4kzOe8az6zcMLoNYbfkvC5Aq5zCbSNw6+PHYZkEZqI=";
    hash = "sha256-VcqQn7w2sTpDHKfniwkwsEXDa8YIV+G1jlbPOu8NVl0=";
  };

  propagatedBuildInputs = [