python311Packages.unstructured-inference: 0.7.18 -> 0.7.21

This commit is contained in:
happysalada
2023-12-23 11:24:13 +01:00
parent a2ac3ba514
commit a4045f5d1f
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "unstructured-inference";
version = "0.7.18";
version = "0.7.21";
format = "setuptools";
src = fetchFromGitHub {
owner = "Unstructured-IO";
repo = "unstructured-inference";
rev = "refs/tags/${version}";
hash = "sha256-zCsWFiQlaUGlIr0PjaNl6FuiiWmVDtKTJQQDPj6g12M=";
hash = "sha256-EuLzQHtcAPNuKCrUXHPbgF5i3QDvst/XOZ9RcCck+N8=";
};
postPatch = ''