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

This commit is contained in:
Sandro 2022-02-25 10:44:32 +01:00 committed by GitHub
commit 9653ad8d1c
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.5.1";
version = "2.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "7b735f623d6c3c80d1d40fa491bfe1776a5369d7b240dddab522fd0076d97b1d";
sha256 = "sha256-blkNMdh9ehRM9sidgGajIkrHgrJCT96hzG3nVU0DBo4=";
};
propagatedBuildInputs = [ google-api-core proto-plus ];