python312Packages.unstructured-inference: 0.8.9 -> 0.8.10

This commit is contained in:
R. Ryantm
2025-03-25 21:37:16 +00:00
parent db6ea9d70b
commit 2d94be49d2
@@ -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 =