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

This commit is contained in:
Sandro 2021-10-31 23:57:29 +01:00 committed by GitHub
commit 8718821fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-vision";
version = "2.5.0";
version = "2.6.1";
src = fetchPypi {
inherit pname version;
sha256 = "e56e35fa647d794429c6fc1595b2ebf5f4d627f0b3d6499a000b54be343ea37e";
sha256 = "028ac69d380fb08425174825a2310c04cc14102fdbafe9be02c083c7d920f13f";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus];