Skip to content

Commit

Permalink
Merge pull request #150547 from r-ryantm/auto-update/python3.8-google…
Browse files Browse the repository at this point in the history
…-cloud-vision
  • Loading branch information
SuperSandro2000 authored Dec 14, 2021
2 parents 7488432 + 1d423fd commit 9d86f51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

buildPythonPackage rec {
pname = "google-cloud-vision";
version = "2.6.2";
version = "2.6.3";

src = fetchPypi {
inherit pname version;
sha256 = "542a300f4b79ed9574cdeb4eb47cf8899f0915041e8bf0058e8192a620087d30";
sha256 = "54b7f63c746ab95a504bd6b9b1d806192483976a3452a1a59a7faa0eaaa03491";
};

propagatedBuildInputs = [ libcst google-api-core proto-plus];
Expand Down

0 comments on commit 9d86f51

Please sign in to comment.