Skip to content

Commit abd379f

Browse files
committed
python312Packages.unstructured-client: 0.32.0 -> 0.32.3
1 parent 44060c6 commit abd379f

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/unstructured-client

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/unstructured-client/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121

2222
buildPythonPackage rec {
2323
pname = "unstructured-client";
24-
version = "0.32.0";
24+
version = "0.32.3";
2525
pyproject = true;
2626

2727
src = fetchFromGitHub {
2828
owner = "Unstructured-IO";
2929
repo = "unstructured-python-client";
3030
tag = "v${version}";
31-
hash = "sha256-2BAhjLHVWGjjbWTXmG/+GMKQutJaBCMLhU+/Dq/LK5c=";
31+
hash = "sha256-bHiYV86c3ViCLix6vR55GiM8qTv64jj9tD8nF/jMUm4=";
3232
};
3333

3434
preBuild = ''

0 commit comments

Comments
 (0)