python3Packages.google-cloud-videointelligence: 2.19.0 -> 2.20.0 (#535514)

This commit is contained in:
Nick Cao
2026-06-26 18:40:35 +00:00
committed by GitHub
@@ -12,15 +12,15 @@
setuptools,
}:
buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
pname = "google-cloud-videointelligence";
version = "2.19.0";
version = "2.20.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_videointelligence";
inherit version;
hash = "sha256-ezIMGKBHWwjd6bYKD7/fiRUyDCCWYVn62AtVlAidVh4=";
inherit (finalAttrs) version;
hash = "sha256-5EktMzhD8EAZG0cw/1igpK6hAINQBTh5vEBY3fYtqKA=";
};
build-system = [ setuptools ];
@@ -60,8 +60,8 @@ buildPythonPackage rec {
meta = {
description = "Google Cloud Video Intelligence API client library";
homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-videointelligence";
changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-videointelligence-v${version}/packages/google-cloud-videointelligence/CHANGELOG.md";
changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-videointelligence-v${finalAttrs.version}/packages/google-cloud-videointelligence/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = [ ];
};
}
})