Unverified Commit 0c6cf1f8 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python312Packages.unstructured-client: 0.32.0 -> 0.32.3 (#398183)

parents 98951d66 abd379ff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage rec {
  pname = "unstructured-client";
  version = "0.32.0";
  version = "0.32.3";
  pyproject = true;

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

  preBuild = ''