python38Packages.google-cloud-vision: 2.4.3 -> 2.4.4
This commit is contained in:
parent
0600447249
commit
fc883eb400
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-cloud-vision";
|
pname = "google-cloud-vision";
|
||||||
version = "2.4.3";
|
version = "2.4.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "4a7b1c025baedae220abef612dc01b822665e5db83d680d9a31be4e0a8490e3a";
|
sha256 = "sha256-RqFvdF4sYDTgz0uZfqOn1trcSQX6qrbUH89957zbUoU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ libcst google-api-core proto-plus];
|
propagatedBuildInputs = [ libcst google-api-core proto-plus];
|
||||||
|
|
Loading…
Reference in a new issue