Commit 16ef825f authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.unstructured: 0.15.13 -> 0.15.14

parent 35f64dd4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
  grpcio,
}:
let
  version = "0.15.13";
  version = "0.15.14";
  optional-dependencies = {
    huggingflace = [
      langdetect
@@ -100,7 +100,7 @@ buildPythonPackage {
    owner = "Unstructured-IO";
    repo = "unstructured";
    rev = "refs/tags/${version}";
    hash = "sha256-DbOuNh+p+4vsEO6AQUeMq25RTLm5Zn9FyzcTKJedbTM=";
    hash = "sha256-cIMKaSKG4T832rpiJeiwftqVrcMezD9ICfislGPV/TQ=";
  };

  propagatedBuildInputs = [