unstructured-api: 0.1.1 -> 0.1.2

This commit is contained in:
R. Ryantm
2026-04-07 11:20:51 +00:00
parent 358f4fca7e
commit 099d66d6ac
+2 -2
View File
@@ -144,7 +144,7 @@ let
++ google-api-core.optional-dependencies.grpc
++ unstructured.optional-dependencies.all-docs
);
version = "0.1.1";
version = "0.1.2";
unstructured_api_nltk_data = python3.pkgs.nltk.dataDir (d: [
d.punkt
d.averaged-perceptron-tagger
@@ -158,7 +158,7 @@ stdenvNoCC.mkDerivation {
owner = "Unstructured-IO";
repo = "unstructured-api";
rev = version;
hash = "sha256-xQwgk7cjerKxLn1P5ogVbNHuHCFijai13n/1bBNvsYo=";
hash = "sha256-+OAq1cOpv/w2pF2SwP6ByvH8NNaPqOKK/rxclROuHS0=";
};
nativeBuildInputs = [ makeWrapper ];