python3Packages.unstructured-inference: 1.1.2 -> 1.1.3 (#470148)

This commit is contained in:
Yt
2025-12-12 19:43:18 +00:00
committed by GitHub
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "unstructured-inference";
version = "1.1.2";
version = "1.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Unstructured-IO";
repo = "unstructured-inference";
tag = version;
hash = "sha256-XoGjcF9xxqZ1fEtI+ifjwEqxNlDHdakZLo8xzFKK8ic=";
hash = "sha256-/vWyywsnNzkwcl2L5BcS6qqaCk2LPxaNlCPeMnDIHPU=";
};
build-system = [ setuptools ];