python312Packages.unstructured-inference: 0.8.7 -> 0.8.9 (#389982)

This commit is contained in:
Yt
2025-03-15 07:30:11 -04:00
committed by GitHub
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "unstructured-inference";
version = "0.8.7";
version = "0.8.9";
format = "setuptools";
src = fetchFromGitHub {
owner = "Unstructured-IO";
repo = "unstructured-inference";
tag = version;
hash = "sha256-uH7LDezHZrD1zeWMDzrZZALGf0oocIVZl68MactBFGQ=";
hash = "sha256-4wfZFu0551jbpeSYq6RHrDpThm+B2tygVwLlggPkbog=";
};
propagatedBuildInputs =