Skip to content

Commit

Permalink
python312Packages.google-cloud-vision: 3.7.4 -> 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 25, 2024
1 parent 6fe2b3d commit 12565b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

buildPythonPackage rec {
pname = "google-cloud-vision";
version = "3.7.4";
version = "3.8.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_vision";
inherit version;
hash = "sha256-gLZ/Ci3Fh6MddILT0mkqdz8l+9CUaP2d5F0AtnGq2Zk=";
hash = "sha256-WRydHKJjCPEFV/0LH+zOuqemUZn3Ant33HMRggQAcgs=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 12565b3

Please sign in to comment.