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

python312Packages.clarifai-grpc: 11.2.6 -> 11.3.1 (#397728)

parents 17166bfb 4f598633
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "clarifai-grpc";
  version = "11.2.6";
  version = "11.3.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "Clarifai";
    repo = "clarifai-python-grpc";
    tag = version;
    hash = "sha256-U3hYAwNklPRKD/mHmuc2pgWEKQgU5SZmfMJwCU6CXmA=";
    hash = "sha256-6eEW0s9eC36BqGvtMuF6thzSUqQWI3WP3vP2FssnHVU=";
  };

  build-system = [ setuptools ];