pythonPackages.unstructured: 0.11.8 -> 0.12.0

This commit is contained in:
happysalada 2024-01-11 20:13:46 -05:00
parent 1a1c53c271
commit 50ca2ff9c3

View File

@ -56,7 +56,7 @@
, grpcio
}:
let
version = "0.11.8";
version = "0.12.0";
optional-dependencies = {
huggingflace = [
langdetect
@ -90,7 +90,7 @@ buildPythonPackage {
owner = "Unstructured-IO";
repo = "unstructured";
rev = "refs/tags/${version}";
hash = "sha256-v1lmdUzeJ5zHOc1pgcRD98Keu8n4JGHUoXgJXZdfros=";
hash = "sha256-NXpl/WUyOfWspppXT5iUWJd4eRd51bdQgl9xyf/+e8s=";
};
propagatedBuildInputs = [