unstructured-api: 0.0.59 -> 0.0.61

This commit is contained in:
happysalada 2024-01-11 20:14:06 -05:00
parent 50ca2ff9c3
commit f129972452
1 changed files with 2 additions and 2 deletions

View File

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