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

python3Packages.unstructured: 0.18.22 -> 0.18.24 (#476068)

parents 3ee5a9b7 0fcb4c84
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@
  grpcio,
}:
let
  version = "0.18.22";
  version = "0.18.24";
in
buildPythonPackage rec {
  pname = "unstructured";
@@ -127,7 +127,7 @@ buildPythonPackage rec {
    owner = "Unstructured-IO";
    repo = "unstructured";
    tag = version;
    hash = "sha256-m5sBFra/7qjJ/mBq+r7HA+ZURGpiaK1FzR9crL16jtQ=";
    hash = "sha256-rB+PGRpJGQLJv6L4gzNLADIQhAApwfxWfHBYg2+dhoI=";
  };

  build-system = [ setuptools ];