Skip to content

Commit

Permalink
python312Packages.google-cloud-automl: 2.13.5 -> 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 26, 2024
1 parent aa2304e commit cc51207
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@

buildPythonPackage rec {
pname = "google-cloud-automl";
version = "2.13.5";
version = "2.14.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_automl";
inherit version;
hash = "sha256-ypmK9Gq7HF2ozS6OFbAJZDPiW8sngucN86b5FHLuiTE=";
hash = "sha256-CpVwnxU1DAdU7VGY1LjkOlv5ki2ZxlA0sWd9vsR5rkI=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit cc51207

Please sign in to comment.