python38Packages.google-cloud-videointelligence: 2.3.2 -> 2.3.3

This commit is contained in:
R. RyanTM 2021-09-28 08:41:34 +00:00
parent 54e1db2152
commit 742f90c464

View File

@ -11,11 +11,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-videointelligence"; pname = "google-cloud-videointelligence";
version = "2.3.2"; version = "2.3.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-+2HwsRZM/h2eVmX6uVEb1s9etDggoGuQg3qj7hXj/AQ="; sha256 = "bb3a98b5b8044be80c5fdbd76e7acd9b9bdd6026729a53eae9692a9a6c6683ef";
}; };
propagatedBuildInputs = [ google-api-core proto-plus ]; propagatedBuildInputs = [ google-api-core proto-plus ];