python3Packages.google-cloud-videointelligence: 2.8.0 -> 2.8.1
This commit is contained in:
parent
7effe1b1a4
commit
2531a3e668
@ -11,11 +11,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-cloud-videointelligence";
|
pname = "google-cloud-videointelligence";
|
||||||
version = "2.8.0";
|
version = "2.8.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-d5sEMQxHUTrCmGJehsFHBPK79YhpnscTGk9ilKpwrUQ=";
|
sha256 = "sha256-I86T4Zw7y4pn5ixy+RM6LBMTEGuv7LR2uE2mwoEeCh0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ google-api-core proto-plus ];
|
propagatedBuildInputs = [ google-api-core proto-plus ];
|
||||||
|
Loading…
Reference in New Issue
Block a user