python3Packages.unstructured: 0.18.18 -> 0.18.20

This commit is contained in:
R. Ryantm
2025-11-17 18:11:14 +00:00
parent 1dcdb7dcba
commit af717cae2e
@@ -116,7 +116,7 @@
grpcio,
}:
let
version = "0.18.18";
version = "0.18.20";
in
buildPythonPackage rec {
pname = "unstructured";
@@ -127,7 +127,7 @@ buildPythonPackage rec {
owner = "Unstructured-IO";
repo = "unstructured";
tag = version;
hash = "sha256-v6g3melJAegYNJPtiDMob0VwgCu91iG0hdebmuya7Jw=";
hash = "sha256-BeoIjFhLu/EM0iAErW3eST5/D+TBuAOZ4lDPTXEqpzc=";
};
build-system = [ setuptools ];