Unverified Commit 67ab3a23 authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.unstructured-inference: 0.8.5 -> 0.8.6 (#378942)

parents 1531e01e fa2e0b9c
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.8.5";
  version = "0.8.6";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "Unstructured-IO";
    repo = "unstructured-inference";
    tag = version;
    hash = "sha256-v5gYs6gXSDaGu7ygb4lCcg3kI96PHN6aPSYBMVVYtQk=";
    hash = "sha256-m0gOireJlLgYZ1iETxObYvISUrnCCzdtWwjYU26czJs=";
  };

  propagatedBuildInputs =