Unverified Commit 75e6ca3c authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.unstructured-inference: 0.7.37 -> 0.8.1 (#372203)

parents efccd455 2a67ea44
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

buildPythonPackage rec {
  pname = "unstructured-inference";
  version = "0.7.37";
  version = "0.8.1";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "Unstructured-IO";
    repo = "unstructured-inference";
    tag = version;
    hash = "sha256-2k7gFlBUevVnz2A5pvUE4eIGmXwEr5s4F8BbX6j5lzc=";
    hash = "sha256-U4mB3A0a1el7lmzsqTzjDBxp6lA4RpsceUt0OVGYVG4=";
  };

  propagatedBuildInputs =