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

python311Packages.google-cloud-vision: 3.4.1 -> 3.4.2
This commit is contained in:
Fabian Affolter 2023-06-04 10:24:29 +02:00 committed by GitHub
commit f1f197bcb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-vision";
version = "3.4.1";
version = "3.4.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-VtBI7s8JvXGxMkbcRZfGsorH0RBQNGdf3O2T0lmi6f0=";
hash = "sha256-uLKI2lY094rCMXPdXV69hrorN85cTLrbVkyqeBiOBRg=";
};
propagatedBuildInputs = [