Commit f0d3e37f authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.unstructured-client: 0.35.0 -> 0.36.0

parent adfe0268
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.35.0";
  version = "0.36.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Unstructured-IO";
    repo = "unstructured-python-client";
    tag = "v${version}";
    hash = "sha256-f1sJei3OnLxVahsirZFUzdIpkEEMc8rZR3+8JfihCuM=";
    hash = "sha256-WEltF3puitytIFN/CxG6TCpWGxs8dubCqvU7byba1Yg=";
  };

  preBuild = ''