python3Packages.unstructured: 0.18.21 -> 0.18.22 (#470527)

This commit is contained in:
Yt
2025-12-14 01:44:07 +00:00
committed by GitHub
@@ -116,7 +116,7 @@
grpcio,
}:
let
version = "0.18.21";
version = "0.18.22";
in
buildPythonPackage rec {
pname = "unstructured";
@@ -127,7 +127,7 @@ buildPythonPackage rec {
owner = "Unstructured-IO";
repo = "unstructured";
tag = version;
hash = "sha256-7AI23Sa2G1PJ6uvNbgMKuwbwyUvT4qDHoKDLvb2kbCE=";
hash = "sha256-m5sBFra/7qjJ/mBq+r7HA+ZURGpiaK1FzR9crL16jtQ=";
};
build-system = [ setuptools ];