python38Packages.google-cloud-vision: 2.4.3 -> 2.4.4

This commit is contained in:
Sandro Jäckel 2021-10-12 11:53:08 +02:00
parent 0600447249
commit fc883eb400
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-vision";
version = "2.4.3";
version = "2.4.4";
src = fetchPypi {
inherit pname version;
sha256 = "4a7b1c025baedae220abef612dc01b822665e5db83d680d9a31be4e0a8490e3a";
sha256 = "sha256-RqFvdF4sYDTgz0uZfqOn1trcSQX6qrbUH89957zbUoU=";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus];