python3Packages.google-cloud-videointelligence: 2.18.0 -> 2.19.0

This commit is contained in:
R. Ryantm
2026-04-01 12:06:32 +00:00
parent 2d93e2aff5
commit 2b90793065
@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "google-cloud-videointelligence";
version = "2.18.0";
version = "2.19.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_videointelligence";
inherit version;
hash = "sha256-sq45vSLRhiGGhKKXwvovpjblh05p059xlQTXKfRGOf0=";
hash = "sha256-ezIMGKBHWwjd6bYKD7/fiRUyDCCWYVn62AtVlAidVh4=";
};
build-system = [ setuptools ];