python312Packages.unstructured-inference: 0.7.37 -> 0.8.1 (#372203)

authored by Yt and committed by GitHub 75e6ca3c efccd455

+2 -2
+2 -2
pkgs/development/python-modules/unstructured-inference/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "unstructured-inference"; 26 - version = "0.7.37"; 26 + version = "0.8.1"; 27 27 format = "setuptools"; 28 28 29 29 src = fetchFromGitHub { 30 30 owner = "Unstructured-IO"; 31 31 repo = "unstructured-inference"; 32 32 tag = version; 33 - hash = "sha256-2k7gFlBUevVnz2A5pvUE4eIGmXwEr5s4F8BbX6j5lzc="; 33 + hash = "sha256-U4mB3A0a1el7lmzsqTzjDBxp6lA4RpsceUt0OVGYVG4="; 34 34 }; 35 35 36 36 propagatedBuildInputs =