Robert Schütz
2026-05-27 15:04:45 -07:00
parent fa9bae6a33
commit 38187f7503
@@ -18,14 +18,14 @@
buildPythonPackage (finalAttrs: {
pname = "unstructured-client";
version = "0.44.0";
version = "0.44.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Unstructured-IO";
repo = "unstructured-python-client";
tag = "v${finalAttrs.version}";
hash = "sha256-joQj2tMOD3bW/bU0ffZ7Usfh7hRWrVGKfGreC9ks18E=";
hash = "sha256-UW7kulpcSgVZpU8hdneC7XvlLfvBj08qjYPdVny9tCo=";
};
preBuild = ''