From 38187f75037acfec3c2bfe14f3c01b585eea96b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 27 May 2026 15:04:45 -0700 Subject: [PATCH] python3Packages.unstructured-client: 0.44.0 -> 0.44.1 Diff: https://github.com/Unstructured-IO/unstructured-python-client/compare/v0.44.0...v0.44.1 Changelog: https://github.com/Unstructured-IO/unstructured-python-client/blob/v0.44.1/RELEASES.md --- .../python-modules/unstructured-client/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/unstructured-client/default.nix b/pkgs/development/python-modules/unstructured-client/default.nix index 21ea73712f80..46c9f8016dd8 100644 --- a/pkgs/development/python-modules/unstructured-client/default.nix +++ b/pkgs/development/python-modules/unstructured-client/default.nix @@ -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 = ''