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

python3Packages.clarifai: 11.8.5 -> 11.9.0 (#456005)

parents b309a01d ff0ee135
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@

buildPythonPackage rec {
  pname = "clarifai";
  version = "11.8.5";
  version = "11.9.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
    owner = "Clarifai";
    repo = "clarifai-python";
    tag = version;
    hash = "sha256-c0lCbkHOIbzgaVLyGfJ8mbgtePTpv+PbsmErI4ZuLq4=";
    hash = "sha256-LTBAexfexeZ/Woe2GMaIArGy/ufFkgPdkstzSKCkYIU=";
  };

  pythonRelaxDeps = [