python312Packages.google-cloud-videointelligence: 2.15.0 -> 2.16.0

This commit is contained in:
R. Ryantm
2025-02-12 22:59:12 +00:00
parent 82dc1d7225
commit e62ebfa820
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "google-cloud-videointelligence";
version = "2.15.0";
version = "2.16.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_videointelligence";
inherit version;
hash = "sha256-9Jed85BWq6LiZQZCo5hI7Wn8jxRd8N2CPkdDw2JovyU=";
hash = "sha256-eqHNqa9pFHE+MoeH6rOro2G0E0iLCOCqxXqNoi3tH2I=";
};
build-system = [ setuptools ];