Merge pull request #195507 from r-ryantm/auto-update/python310Packages.google-cloud-videointelligence

This commit is contained in:
Sandro 2022-10-11 14:49:34 +02:00 committed by GitHub
commit a830a677c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-videointelligence";
version = "2.8.2";
version = "2.8.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-NqElDocBlpARYFTK4k47kCsC/7D1048rNYrrARHeWmg=";
hash = "sha256-pB7exeGYpFT4nf3YuIhoI+bqG6YYEP6oWs0tohkOIbw=";
};
propagatedBuildInputs = [