unstructured-api: 0.0.57 -> 0.0.59

This commit is contained in:
happysalada 2023-12-07 18:51:10 +09:00 committed by Yt
parent b4e7f0049e
commit 2732b08781

View File

@ -21,7 +21,7 @@ let
safetensors
uvicorn
] ++ packages.unstructured.optional-dependencies.local-inference);
version = "0.0.57";
version = "0.0.59";
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-FdRrGqF1cJImFVNs/tZo1457f9yhhpwxGGmpAdZUWso=";
hash = "sha256-AYccSOPY3tW6ho1SNSYYDhKJXKtE3sUaT4g1toOfHSw=";
};
nativeBuildInputs = [ makeWrapper ];