summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2023-11-12 07:00:15 +0100
committerYt <happysalada@tuta.io>2023-11-13 06:33:42 +0000
commit39e7a9525a1248edf27e720221b3b287441939f2 (patch)
tree9123c52d0d37dd8cd5a32247eb2938d48d94cb95
parentbbe0a7c27eecdf7bc66e2fadffc09d3e09379479 (diff)
python311Packages.unstructured: 0.10.24 -> 0.10.30
-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 acadf65a7529..582d0040e109 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.10.24";
+ version = "0.10.30";
optional-dependencies = {
huggingflace = [
langdetect
@@ -90,7 +90,7 @@ buildPythonPackage {
owner = "Unstructured-IO";
repo = "unstructured";
rev = "refs/tags/${version}";
- hash = "sha256-C1rjZRNXFr3syPnq7uhKRYz9Xydmunc/0uQcLxfN6tU=";
+ hash = "sha256-RaVg4XNmh1S5G1CHQiME7t/BmK0MI9M8wI2YTKjpqzM=";
};
propagatedBuildInputs = [