Commit b72efb2b authored by happysalada's avatar happysalada Committed by Yt
Browse files

unstructured-api: 0.0.53 -> 0.0.57

parent c392ad59
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ let
    safetensors
    uvicorn
  ] ++ packages.unstructured.optional-dependencies.local-inference);
  version = "0.0.53";
  version = "0.0.57";
  unstructured_api_nltk_data = symlinkJoin {
    name = "unstructured_api_nltk_data";

@@ -35,7 +35,7 @@ in stdenvNoCC.mkDerivation {
    owner = "Unstructured-IO";
    repo = "unstructured-api";
    rev = version;
    hash = "sha256-lD3f6ws3xGFZsC1wHoWydIkWOgIwXuZencle+jJ8T3Y=";
    hash = "sha256-FdRrGqF1cJImFVNs/tZo1457f9yhhpwxGGmpAdZUWso=";
  };

  nativeBuildInputs = [ makeWrapper ];