python310Packages.google-cloud-videointelligence: 2.7.0 -> 2.7.1

This commit is contained in:
R. Ryantm 2022-06-07 03:00:08 +00:00
parent 064a605987
commit e3a269446b

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-videointelligence";
version = "2.7.0";
version = "2.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ylzS63MoRkJ5JZpLBMX6B9EE99EwahWuC8rEYRg00B0=";
sha256 = "sha256-UqPwa3OogA2MLm0eCwl2fWSz5Pu6wc6SfiDIF/y8k9I=";
};
propagatedBuildInputs = [ google-api-core proto-plus ];