Merge pull request #194027 from r-ryantm/auto-update/python310Packages.google-cloud-vision

python310Packages.google-cloud-vision: 3.1.2 -> 3.1.3
This commit is contained in:
Fabian Affolter 2022-10-02 12:10:12 +02:00 committed by GitHub
commit de53641cfb
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.1.2";
version = "3.1.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZPuKE2GNUWD26nR+dlKAVDpQViCTCFyx+8W/448MgX4=";
hash = "sha256-ciZvW7TDtyqCcWfk3DJ/uhXLQtFNFwetTxd/R/p8fDQ=";
};
propagatedBuildInputs = [