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

python3Packages.unstructured: 0.18.14 -> 0.18.15 (#446439)

parents 5973faee 235422a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@
  grpcio,
}:
let
  version = "0.18.14";
  version = "0.18.15";
in
buildPythonPackage rec {
  pname = "unstructured";
@@ -127,7 +127,7 @@ buildPythonPackage rec {
    owner = "Unstructured-IO";
    repo = "unstructured";
    tag = version;
    hash = "sha256-vr+RvODTIdQvs8XB5HKbS9DaElYH7T0Az72zIYMvxcs=";
    hash = "sha256-rzspozQQ+WrS3cKAGe9O7clAIDo4P/6PdZzCXIRdNn8=";
  };

  build-system = [ setuptools ];