python312Packages.unstructured-inference: 0.7.37 -> 0.8.1

This commit is contained in:
R. Ryantm
2025-01-08 18:30:21 +00:00
parent ac8941d77f
commit 2a67ea440e
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "unstructured-inference";
version = "0.7.37";
version = "0.8.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "Unstructured-IO";
repo = "unstructured-inference";
tag = version;
hash = "sha256-2k7gFlBUevVnz2A5pvUE4eIGmXwEr5s4F8BbX6j5lzc=";
hash = "sha256-U4mB3A0a1el7lmzsqTzjDBxp6lA4RpsceUt0OVGYVG4=";
};
propagatedBuildInputs =