mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
unstructured-api: 0.0.42 -> 0.0.53
This commit is contained in:
parent
a1faea75b0
commit
991b5f4086
@ -21,7 +21,7 @@ let
|
|||||||
safetensors
|
safetensors
|
||||||
uvicorn
|
uvicorn
|
||||||
] ++ packages.unstructured.optional-dependencies.local-inference);
|
] ++ packages.unstructured.optional-dependencies.local-inference);
|
||||||
version = "0.0.42";
|
version = "0.0.53";
|
||||||
unstructured_api_nltk_data = symlinkJoin {
|
unstructured_api_nltk_data = symlinkJoin {
|
||||||
name = "unstructured_api_nltk_data";
|
name = "unstructured_api_nltk_data";
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ in stdenvNoCC.mkDerivation {
|
|||||||
owner = "Unstructured-IO";
|
owner = "Unstructured-IO";
|
||||||
repo = "unstructured-api";
|
repo = "unstructured-api";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-Tn4o7gAIlvWUTbAmbTCF9LgMk0up16iWuNPTy6pxOuk=";
|
hash = "sha256-lD3f6ws3xGFZsC1wHoWydIkWOgIwXuZencle+jJ8T3Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user