Skip to content

Commit

Permalink
Merge pull request #139700 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 Sep 28, 2021
2 parents c8decb8 + 3398774 commit 6a463f6
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.4.2";
version = "2.4.3";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-BZiBSH2nZ2tnHi6K1+Ii5i/ZrGJyyH1+6hurmqVfYcM=";
sha256 = "4a7b1c025baedae220abef612dc01b822665e5db83d680d9a31be4e0a8490e3a";
};

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

0 comments on commit 6a463f6

Please sign in to comment.