Unverified Commit 2d701478 authored by Yt's avatar Yt Committed by GitHub
Browse files

python3Packages.unstructured: 0.18.20 -> 0.18.21 (#466585)

parents 044867d2 be8519f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@
  grpcio,
}:
let
  version = "0.18.20";
  version = "0.18.21";
in
buildPythonPackage rec {
  pname = "unstructured";
@@ -127,7 +127,7 @@ buildPythonPackage rec {
    owner = "Unstructured-IO";
    repo = "unstructured";
    tag = version;
    hash = "sha256-BeoIjFhLu/EM0iAErW3eST5/D+TBuAOZ4lDPTXEqpzc=";
    hash = "sha256-7AI23Sa2G1PJ6uvNbgMKuwbwyUvT4qDHoKDLvb2kbCE=";
  };

  build-system = [ setuptools ];