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 24 buildPythonPackage rec { 25 pname = "unstructured-inference"; 26 - version = "0.7.37"; 27 format = "setuptools"; 28 29 src = fetchFromGitHub { 30 owner = "Unstructured-IO"; 31 repo = "unstructured-inference"; 32 tag = version; 33 - hash = "sha256-2k7gFlBUevVnz2A5pvUE4eIGmXwEr5s4F8BbX6j5lzc="; 34 }; 35 36 propagatedBuildInputs =
··· 23 24 buildPythonPackage rec { 25 pname = "unstructured-inference"; 26 + version = "0.8.1"; 27 format = "setuptools"; 28 29 src = fetchFromGitHub { 30 owner = "Unstructured-IO"; 31 repo = "unstructured-inference"; 32 tag = version; 33 + hash = "sha256-U4mB3A0a1el7lmzsqTzjDBxp6lA4RpsceUt0OVGYVG4="; 34 }; 35 36 propagatedBuildInputs =