python311Packages.unstructured: 0.10.23 -> 0.10.24

This commit is contained in:
R. Ryantm 2023-10-18 14:13:32 +00:00 committed by Yt
parent 121fcf0d76
commit 9de2a821a6

View file

@ -56,7 +56,7 @@
, grpcio
}:
let
version = "0.10.23";
version = "0.10.24";
optional-dependencies = {
huggingflace = [
langdetect
@ -90,7 +90,7 @@ buildPythonPackage {
owner = "Unstructured-IO";
repo = "unstructured";
rev = "refs/tags/${version}";
hash = "sha256-MfnMu7YW8G1G0sKNvum4k6hvNMRmpXp9YwaDHEj/mYE=";
hash = "sha256-C1rjZRNXFr3syPnq7uhKRYz9Xydmunc/0uQcLxfN6tU=";
};
propagatedBuildInputs = [