diff options
| author | Yt <raphael@megzari.com> | 2024-10-11 09:50:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-11 09:50:58 -0400 |
| commit | 9d33ca16a92050f5d0acbe5e45fac9defc8b1288 (patch) | |
| tree | 80543ffaed4da4fb5122dfce13023bc5c9e1b5b5 | |
| parent | p2pool: 4.1 -> 4.1.1 (diff) | |
| parent | python312Packages.unstructured: 0.15.13 -> 0.15.14 (diff) | |
| download | nixpkgs-9d33ca16a92050f5d0acbe5e45fac9defc8b1288.tar.gz | |
python312Packages.unstructured: 0.15.13 -> 0.15.14 (#347921)
| -rw-r--r-- | pkgs/development/python-modules/unstructured/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/unstructured/default.nix b/pkgs/development/python-modules/unstructured/default.nix index dc0b24644733..6625de40c87c 100644 --- a/pkgs/development/python-modules/unstructured/default.nix +++ b/pkgs/development/python-modules/unstructured/default.nix @@ -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 = [ |
