python312Packages.unstructured: 0.15.10 -> 0.15.13 (#343875)

This commit is contained in:
Yt 2024-09-23 06:15:03 -04:00 committed by GitHub
commit d665bd5ee0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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