python311Packages.unstructured: 0.10.30 -> 0.11.2

This commit is contained in:
happysalada 2023-12-07 18:50:49 +09:00 committed by Yt
parent 3969697767
commit b4e7f0049e

View file

@ -56,7 +56,7 @@
, grpcio , grpcio
}: }:
let let
version = "0.10.30"; version = "0.11.2";
optional-dependencies = { optional-dependencies = {
huggingflace = [ huggingflace = [
langdetect langdetect
@ -90,7 +90,7 @@ buildPythonPackage {
owner = "Unstructured-IO"; owner = "Unstructured-IO";
repo = "unstructured"; repo = "unstructured";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-RaVg4XNmh1S5G1CHQiME7t/BmK0MI9M8wI2YTKjpqzM="; hash = "sha256-kMgmvUUn8AA0md412WJgHdlkAA8bBGWOdi2C4ief8Iw=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [