3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #176658 from r-ryantm/auto-update/python3.10-google-cloud-videointelligence

python310Packages.google-cloud-videointelligence: 2.7.0 -> 2.7.1
This commit is contained in:
Sandro 2022-06-10 02:09:56 +02:00 committed by GitHub
commit 1a4444af22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];