python312Packages.unstructured: 0.15.13 -> 0.15.14

This commit is contained in:
R. Ryantm 2024-10-11 12:51:37 +00:00
parent 35f64dd473
commit 16ef825fa8

View File

@ -57,7 +57,7 @@
grpcio,
}:
let
version = "0.15.13";
version = "0.15.14";
optional-dependencies = {
huggingflace = [
langdetect
@ -100,7 +100,7 @@ buildPythonPackage {
owner = "Unstructured-IO";
repo = "unstructured";
rev = "refs/tags/${version}";
hash = "sha256-DbOuNh+p+4vsEO6AQUeMq25RTLm5Zn9FyzcTKJedbTM=";
hash = "sha256-cIMKaSKG4T832rpiJeiwftqVrcMezD9ICfislGPV/TQ=";
};
propagatedBuildInputs = [