Skip to content

Commit

Permalink
Merge pull request #224078 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.google-cloud-vision
  • Loading branch information
SuperSandro2000 authored Apr 1, 2023
2 parents 8fc1e68 + f122e76 commit 0fbc58b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "google-cloud-vision";
version = "3.4.0";
version = "3.4.1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-yywRVh0hL6kzpAkKRVIUBGGAAMvyHuNKWzCkUDRHO04=";
hash = "sha256-VtBI7s8JvXGxMkbcRZfGsorH0RBQNGdf3O2T0lmi6f0=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 0fbc58b

Please sign in to comment.