python310Packages.unstructured: 0.9.1 -> 0.10.12

This commit is contained in:
happysalada 2023-09-05 15:58:54 -04:00 committed by Yt
parent 6485865ec3
commit b608b10be4

View file

@ -56,7 +56,7 @@
, grpcio
}:
let
version = "0.9.1";
version = "0.10.12";
optional-dependencies = {
huggingflace = [
langdetect
@ -90,7 +90,7 @@ buildPythonPackage {
owner = "Unstructured-IO";
repo = "unstructured";
rev = "refs/tags/${version}";
hash = "sha256-9O/rZ07vZC0XN5XgevFvWuG8gwyTM+gfn+OqgaIHld8=";
hash = "sha256-v5hNl93dUEo90Hgm5u2N7tB1W5fnu+Pmnv+iw7QyQKM=";
};
propagatedBuildInputs = [