python3Packages.unstructured: 0.10.12 -> 0.10.14

This commit is contained in:
Martin Weinelt 2023-09-15 14:07:20 +02:00
parent 9b7a607691
commit 1cc572eac1

View file

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