python312Packages.google-cloud-vision: 3.8.1 -> 3.9.0 (#365825)

This commit is contained in:
Fabian Affolter
2024-12-18 09:45:39 +01:00
committed by GitHub

View File

@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "google-cloud-vision";
version = "3.8.1";
version = "3.9.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_vision";
inherit version;
hash = "sha256-dcf5wiGZumY86n1sEZPVpyrB5eIhU0aoUq8TPOacT18=";
hash = "sha256-ISJqrJy0ukW/icwuEHrqGeT3j5c26x3laDfgwpif7P8=";
};
build-system = [ setuptools ];