Unverified Commit 94a5d7c1 authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.unstructured: 0.15.7 -> 0.15.8 (#337860)

parents 9f905196 ca67b4de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
  grpcio,
}:
let
  version = "0.15.7";
  version = "0.15.8";
  optional-dependencies = {
    huggingflace = [
      langdetect
@@ -100,7 +100,7 @@ buildPythonPackage {
    owner = "Unstructured-IO";
    repo = "unstructured";
    rev = "refs/tags/${version}";
    hash = "sha256-Tcb9Mv60T6WztFGKfSgfQdxegK9OAjeArmEQAVvLbEQ=";
    hash = "sha256-smNbkSBntGRaJuzJRcp0J5vdjf/xWMqF1IaHMAKPXjw=";
  };

  propagatedBuildInputs = [