Unverified Commit 6981e086 authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.unstructured-inference: 0.8.9 -> 0.8.10 (#393211)

parents b0d15069 2d94be49
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.9";
  version = "0.8.10";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "Unstructured-IO";
    repo = "unstructured-inference";
    tag = version;
    hash = "sha256-4wfZFu0551jbpeSYq6RHrDpThm+B2tygVwLlggPkbog=";
    hash = "sha256-c5brGGY1PPuKYUb1UOvyKFZC4ph0pGRagHuTLKPXErY=";
  };

  propagatedBuildInputs =