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

python312Packages.clarifai: 10.7.0 -> 10.8.0 (#339418)

parents 979f1d2a a6ee7e56
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "clarifai";
  version = "10.7.0";
  version = "10.8.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "Clarifai";
    repo = "clarifai-python";
    rev = "refs/tags/${version}";
    hash = "sha256-a/twKAwlvn017fqUsDBOcDxoZ63W0p6whQf53wlXFRU=";
    hash = "sha256-dRhFZACfdMW0cIBDVUOSGDl5fai0gFXDPyfDil+itwQ=";
  };

  pythonRelaxDeps = [