python3Packages.unstructured-inference: 1.1.4 -> 1.1.7

https://github.com/Unstructured-IO/unstructured-inference/blob/1.1.7/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:09 +01:00
parent c77f4ff2fb
commit dfb4e2b02a
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "unstructured-inference";
version = "1.1.4";
version = "1.1.7";
pyproject = true;
src = fetchFromGitHub {
owner = "Unstructured-IO";
repo = "unstructured-inference";
tag = version;
hash = "sha256-2yLBP2FNEn3tQV63qtlpz6mMjE4rsDr3JItYnpIU3iM=";
hash = "sha256-RY+acfyAGP2r8axfifQkTSkbwkrZ0u6KvFwds24IkMc=";
};
build-system = [ setuptools ];