Unverified Commit 44088fa1 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.unstructured-client: 0.42.8 -> 0.42.9 (#483396)

parents 985f53e1 cb8c4247
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage (finalAttrs: {
  pname = "unstructured-client";
  version = "0.42.8";
  version = "0.42.9";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Unstructured-IO";
    repo = "unstructured-python-client";
    tag = "v${finalAttrs.version}";
    hash = "sha256-BXHJOkTZdAnpf38WdHugcwYyWuURylbYTjaKoPt7O5A=";
    hash = "sha256-+neZK7I5qjidLlM298TrVl5mGFBdGZdxAdFaJIf0tNk=";
  };

  preBuild = ''