python312Packages.unstructured: 0.15.0 -> 0.15.1

This commit is contained in:
R. Ryantm 2024-08-07 04:58:24 +00:00
parent 60c217585b
commit 1224212b27

View File

@ -57,7 +57,7 @@
grpcio,
}:
let
version = "0.15.0";
version = "0.15.1";
optional-dependencies = {
huggingflace = [
langdetect
@ -100,7 +100,7 @@ buildPythonPackage {
owner = "Unstructured-IO";
repo = "unstructured";
rev = "refs/tags/${version}";
hash = "sha256-O44zmD+giqnfrEoKjU/+AkDykZdn2jLjpm+X65Em2KY=";
hash = "sha256-zDlkqeP89O3u5Yir9Xi+Z6BpLd6r0QXJ563kc2krjAs=";
};
propagatedBuildInputs = [