Commit 79f6a38d authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.unstructured: 0.12.0 -> 0.12.4

parent 1ab54f84
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
, grpcio
}:
let
  version = "0.12.0";
  version = "0.12.4";
  optional-dependencies = {
    huggingflace = [
      langdetect
@@ -90,7 +90,7 @@ buildPythonPackage {
    owner = "Unstructured-IO";
    repo = "unstructured";
    rev = "refs/tags/${version}";
    hash = "sha256-NXpl/WUyOfWspppXT5iUWJd4eRd51bdQgl9xyf/+e8s=";
    hash = "sha256-lfsCmEhF6CTrEIa4y98NgDw6EgfLk39BVsTmYZD6MkU=";
  };

  propagatedBuildInputs = [