Merge pull request #139700 from r-ryantm/auto-update/python3.8-google-cloud-vision

This commit is contained in:
Sandro 2021-09-28 11:09:47 +02:00 committed by GitHub
commit 6a463f6dac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-vision"; pname = "google-cloud-vision";
version = "2.4.2"; version = "2.4.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-BZiBSH2nZ2tnHi6K1+Ii5i/ZrGJyyH1+6hurmqVfYcM="; sha256 = "4a7b1c025baedae220abef612dc01b822665e5db83d680d9a31be4e0a8490e3a";
}; };
propagatedBuildInputs = [ libcst google-api-core proto-plus]; propagatedBuildInputs = [ libcst google-api-core proto-plus];