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

python311Packages.unstructured: 0.12.0 -> 0.12.4

authored by Yt and committed by GitHub abeda07c 8fe9d0d9

+2 -2
+2 -2
pkgs/development/python-modules/unstructured/default.nix
··· 56 56 , grpcio 57 57 }: 58 58 let 59 - version = "0.12.0"; 59 + version = "0.12.4"; 60 60 optional-dependencies = { 61 61 huggingflace = [ 62 62 langdetect ··· 90 90 owner = "Unstructured-IO"; 91 91 repo = "unstructured"; 92 92 rev = "refs/tags/${version}"; 93 - hash = "sha256-NXpl/WUyOfWspppXT5iUWJd4eRd51bdQgl9xyf/+e8s="; 93 + hash = "sha256-lfsCmEhF6CTrEIa4y98NgDw6EgfLk39BVsTmYZD6MkU="; 94 94 }; 95 95 96 96 propagatedBuildInputs = [