summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2024-06-21 23:50:52 +0000
committerGitHub <noreply@github.com>2024-06-21 23:50:52 +0000
commit554207e4dffd62c8456e825d59cd44b07b58a692 (patch)
treeccbe904f33216992d7259206f0f8eb12caf6bae6 /pkgs/development/python-modules
parentd4cc8546336160a4f1df049f4b047c4e5f3b7ec3 (diff)
parentb4e5b9842039a4b56b1494b38ffb7723a156788f (diff)
Merge pull request #321565 from r-ryantm/auto-update/python311Packages.unstructured
python311Packages.unstructured: 0.14.5 -> 0.14.7
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/unstructured/default.nix4
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 38bfa9ac7208..5cc743b9e321 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.14.5";
+ version = "0.14.7";
optional-dependencies = {
huggingflace = [
langdetect
@@ -100,7 +100,7 @@ buildPythonPackage {
owner = "Unstructured-IO";
repo = "unstructured";
rev = "refs/tags/${version}";
- hash = "sha256-LkzSFIQX9WaffUkQ7JWhK6cZfc7DngLYYOxe1Jl5+gA=";
+ hash = "sha256-V4LUo3di25IJ09KOPwcrOfgPxxgdRbFJHiBkWYnmxYc=";
};
propagatedBuildInputs = [