Skip to content

Commit

Permalink
python38Packages.google-cloud-vision: 2.4.2 -> 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 28, 2021
1 parent 54e1db2 commit 3398774
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 3398774

Please sign in to comment.