There's a merged pull request on the void-packages repository python3-ipython: update to 8.13.2. https://github.com/void-linux/void-packages/pull/43769 Description: #### Testing the changes - I tested the changes in this PR: **briefly** This is a hotfix to make right arrow work again! It's broken since the update 8.12.0 -> 8.13.1. ``` IPython 8.12.2 and 8.13.2 contain UI fixes, with respect to right arrow not working in some case in the terminal, and 8.12.2 contain also a requested backport of :ghpull:`14029` (Allow safe access to the ``__getattribute__`` method of modules) for tab completion. ``` @ahesford