unstructured-api: 0.0.39 -> 0.0.41

This commit is contained in:
happysalada
2023-09-06 07:17:36 +00:00
committed by Yt
parent b608b10be4
commit 4917499ea5
+2 -2
View File
@@ -21,7 +21,7 @@ let
safetensors
uvicorn
] ++ packages.unstructured.optional-dependencies.local-inference);
version = "0.0.39";
version = "0.0.41";
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-fk0YkGllggi0eWdp9ytHy4/9rChkcDnQvEvVAp1+RJw=";
hash = "sha256-tkxULIycMB9Mg6K2C9H/r3vt6GOMeh53OO6Y+Jga0Rc=";
};
nativeBuildInputs = [ makeWrapper ];