Merge pull request #290838 from fabaff/google-cloud-vision-bump

python311Packages.google-cloud-vision: 3.7.0 -> 3.7.1
This commit is contained in:
Fabian Affolter 2024-02-23 17:10:20 +01:00 committed by GitHub
commit bbee3862bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-vision";
version = "3.7.0";
version = "3.7.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-uHIhWpihTxcV28zv3OZrGf4mj26aBaR2isycRMtMeNM=";
hash = "sha256-hovm31u1SRxvMb7fYAryNmHAJ3bKVkwVHELGPgs0Zds=";
};
nativeBuildInputs = [