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

Merge pull request #278281 from r-ryantm/auto-update/python310Packages.clarifai-grpc

python310Packages.clarifai-grpc: 9.11.4 -> 9.11.5
parents 060cd9ac 58cf25aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "clarifai-grpc";
  version = "9.11.4";
  version = "9.11.5";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "Clarifai";
    repo = "clarifai-python-grpc";
    rev = "refs/tags/${version}";
    hash = "sha256-uCXtd9m2phIgP85syIPtoFIxM9dkBzFxxK6OOF0VWAA=";
    hash = "sha256-jH5B3iakMj7tyKWREicrqmBvekjocRbYuvuUjudB8vg=";
  };

  nativeBuildInputs = [