3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.google-cloud-videointelligence: 2.3.3 -> 2.4.0

This commit is contained in:
Martin Weinelt 2021-10-09 00:23:03 +02:00
parent 0f15be0649
commit 0628f4652f

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-videointelligence";
version = "2.3.3";
version = "2.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "bb3a98b5b8044be80c5fdbd76e7acd9b9bdd6026729a53eae9692a9a6c6683ef";
sha256 = "92dd4f1e87b02ab414ad744eefa321e079358527cb8c352e1054ae1dab5f1055";
};
propagatedBuildInputs = [ google-api-core proto-plus ];