python3Packages.unstructured-client: 0.42.0 -> 0.42.3

This commit is contained in:
R. Ryantm
2025-09-07 03:02:54 +05:30
committed by Masum Reza
parent a43909ac2d
commit 80cc8a18d8
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "unstructured-client";
version = "0.42.0";
version = "0.42.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Unstructured-IO";
repo = "unstructured-python-client";
tag = "v${version}";
hash = "sha256-LXCKD2LL1rFObr2Ew0vsa5Uh96sR8/821ecL/il30r0=";
hash = "sha256-n13+ET4w+g9Ldygi+3bgn8X5r5ofMowA4ZJZsqnqIkk=";
};
preBuild = ''