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

Yt 3e601ca1 5973faee

Changed files
+2 -2
pkgs
development
python-modules
unstructured
+2 -2
pkgs/development/python-modules/unstructured/default.nix
···
grpcio,
}:
let
-
version = "0.18.14";
+
version = "0.18.15";
in
buildPythonPackage rec {
pname = "unstructured";
···
owner = "Unstructured-IO";
repo = "unstructured";
tag = version;
-
hash = "sha256-vr+RvODTIdQvs8XB5HKbS9DaElYH7T0Az72zIYMvxcs=";
+
hash = "sha256-rzspozQQ+WrS3cKAGe9O7clAIDo4P/6PdZzCXIRdNn8=";
};
build-system = [ setuptools ];