unstructured-api: 0.0.41 -> 0.0.42
This commit is contained in:
parent
b02edfa6f9
commit
636f80091e
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ let
|
|||
safetensors
|
||||
uvicorn
|
||||
] ++ packages.unstructured.optional-dependencies.local-inference);
|
||||
version = "0.0.41";
|
||||
version = "0.0.42";
|
||||
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-tkxULIycMB9Mg6K2C9H/r3vt6GOMeh53OO6Y+Jga0Rc=";
|
||||
hash = "sha256-Tn4o7gAIlvWUTbAmbTCF9LgMk0up16iWuNPTy6pxOuk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue