python311Packages.google-cloud-videointelligence: 2.11.3 -> 2.11.4

Changelog: https://github.com/googleapis/python-videointelligence/blob/v2.11.4/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-09-20 22:58:19 +02:00
parent e8dd05c4c4
commit 23f7e56fc5

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-videointelligence";
version = "2.11.3";
version = "2.11.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-qWpj8ATCcGj0WyJ6ZidfimqMPs0Gu1gfkvppiX1bF5c=";
hash = "sha256-B6zimaY/Wz1EQTdWNIU7Vc6PkMYsaiT4pH6wVBSfb5k=";
};
propagatedBuildInputs = [