python312Packages.google-cloud-vision: 3.8.0 -> 3.8.1

Changelog: https://github.com/googleapis/python-vision/blob/v3.8.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-11-16 16:26:49 +01:00
parent 5da3849f3d
commit a89eb6479d

View File

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