Merge pull request #146022 from r-ryantm/auto-update/python38Packages.google-cloud-videointelligence

This commit is contained in:
Sandro 2021-11-14 21:46:42 +01:00 committed by GitHub
commit add2cd611e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-videointelligence";
version = "2.5.0";
version = "2.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "535773e58f731597f24b88cee51ece1a1528ae4106ce2ea2be9ac8274115a73f";
sha256 = "7b735f623d6c3c80d1d40fa491bfe1776a5369d7b240dddab522fd0076d97b1d";
};
propagatedBuildInputs = [ google-api-core proto-plus ];