unstructured-api: 0.0.53 -> 0.0.57

This commit is contained in:
happysalada 2023-11-12 07:01:04 +01:00 committed by Yt
parent c392ad5963
commit b72efb2bc1

View file

@ -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 ];