python3Packages.google-cloud-videointelligence: 2.18.0 -> 2.19.0 (#505680)

This commit is contained in:
Nick Cao
2026-04-01 18:43:57 +00:00
committed by GitHub
@@ -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 ];