Unverified Commit 9bc8f11e authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #300382 from r-ryantm/auto-update/python312Packages.unstructured

python312Packages.unstructured: 0.12.6 -> 0.13.0
parents 241ed590 72774b5d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [