We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98951d6 + abd379f commit 0c6cf1fCopy full SHA for 0c6cf1f
pkgs/development/python-modules/unstructured-client/default.nix
@@ -21,14 +21,14 @@
21
22
buildPythonPackage rec {
23
pname = "unstructured-client";
24
- version = "0.32.0";
+ version = "0.32.3";
25
pyproject = true;
26
27
src = fetchFromGitHub {
28
owner = "Unstructured-IO";
29
repo = "unstructured-python-client";
30
tag = "v${version}";
31
- hash = "sha256-2BAhjLHVWGjjbWTXmG/+GMKQutJaBCMLhU+/Dq/LK5c=";
+ hash = "sha256-bHiYV86c3ViCLix6vR55GiM8qTv64jj9tD8nF/jMUm4=";
32
};
33
34
preBuild = ''
0 commit comments