summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2024-03-31 11:24:48 +0000
committerGitHub <noreply@github.com>2024-03-31 11:24:48 +0000
commit9bc8f11e8747a23d3333ed480a5078072827bab3 (patch)
tree8f7e2cd2e4a768664b7f8fb011ae8ed2706d1cda
parent241ed5902a5bb1422aa9dbc89faedd1c02f9dd0d (diff)
parent72774b5d115ed4f431c01ed49214044a1060b80e (diff)
Merge pull request #300382 from r-ryantm/auto-update/python312Packages.unstructured
python312Packages.unstructured: 0.12.6 -> 0.13.0
-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 faae85664bfb..9c5a39aa7175 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.12.6";
+ version = "0.13.0";
optional-dependencies = {
huggingflace = [
langdetect
@@ -90,7 +90,7 @@ buildPythonPackage {
owner = "Unstructured-IO";
repo = "unstructured";
rev = "refs/tags/${version}";
- hash = "sha256-K2ilPDkxXICb66rOgz18AZ92u5VBgRh6bLiDVEgleDU=";
+ hash = "sha256-zRQOFYAh4QpDNlSPi1h70eOmw/8aTa6yAKBSgTuIhME=";
};
propagatedBuildInputs = [