Unverified Commit e7bd1993 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 48fbc056 2b907930
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];