about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2023-09-05 15:58:54 -0400
committerYt <happysalada@tuta.io>2023-09-06 07:17:36 +0000
commitb608b10be419c78665cb82a93d10588e3ddac24e (patch)
treeb904b6f384c5ab2fa932b3b9b323938520ee0f12 /pkgs/development
parent6485865ec300c7baf9e51ad5d64c30355ee511e7 (diff)
python310Packages.unstructured: 0.9.1 -> 0.10.12
Diffstat (limited to 'pkgs/development')
-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 951aec2cd879c..2754f192d5063 100644
--- a/pkgs/development/python-modules/unstructured/default.nix
+++ b/pkgs/development/python-modules/unstructured/default.nix
@@ -56,7 +56,7 @@
 , grpcio
 }:
 let
-  version = "0.9.1";
+  version = "0.10.12";
   optional-dependencies = {
     huggingflace = [
       langdetect
@@ -90,7 +90,7 @@ buildPythonPackage {
     owner = "Unstructured-IO";
     repo = "unstructured";
     rev = "refs/tags/${version}";
-    hash = "sha256-9O/rZ07vZC0XN5XgevFvWuG8gwyTM+gfn+OqgaIHld8=";
+    hash = "sha256-v5hNl93dUEo90Hgm5u2N7tB1W5fnu+Pmnv+iw7QyQKM=";
   };
 
   propagatedBuildInputs = [