Unverified Commit 95e87a98 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #312806 from r-ryantm/auto-update/python311Packages.unstructured

python311Packages.unstructured: 0.13.7 -> 0.14.2
parents a457dae3 62a85b22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
  grpcio,
}:
let
  version = "0.13.7";
  version = "0.14.2";
  optional-dependencies = {
    huggingflace = [
      langdetect
@@ -100,7 +100,7 @@ buildPythonPackage {
    owner = "Unstructured-IO";
    repo = "unstructured";
    rev = "refs/tags/${version}";
    hash = "sha256-Ekfa454mL7isMX79bd/YXPPHnetSzo1Mlg/XJakYyDM=";
    hash = "sha256-zJK4QAfMz2uiMYe3tGxISZB4kKUwKeE44aB6s1iMUPQ=";
  };

  propagatedBuildInputs = [