python3Packages.unstructured-client: 0.42.0 -> 0.42.3

R. Ryantm 80cc8a18 a43909ac

Changed files
+2 -2
pkgs
development
python-modules
unstructured-client
+2 -2
pkgs/development/python-modules/unstructured-client/default.nix
···
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 = ''