Merge pull request #248275 from r-ryantm/auto-update/python311Packages.unstructured

python311Packages.unstructured: 0.8.1 -> 0.9.1
This commit is contained in:
Jörg Thalheim 2023-08-10 08:06:10 +01:00 committed by GitHub
commit 89fce04c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@
, grpcio
}:
let
version = "0.8.1";
version = "0.9.1";
optional-dependencies = {
huggingflace = [
langdetect
@ -89,8 +89,8 @@ buildPythonPackage {
src = fetchFromGitHub {
owner = "Unstructured-IO";
repo = "unstructured";
rev = version;
hash = "sha256-I9pRycg3uGn7Xfd4YGxic16SXi8+gslsIVarzDT8X2w=";
rev = "refs/tags/${version}";
hash = "sha256-9O/rZ07vZC0XN5XgevFvWuG8gwyTM+gfn+OqgaIHld8=";
};
propagatedBuildInputs = [