diff --git a/srcpkgs/python3-ipython/patches/mpl_inline_fix.patch b/srcpkgs/python3-ipython/patches/mpl_inline_fix.patch deleted file mode 100644 index 4526ce4af0e..00000000000 --- a/srcpkgs/python3-ipython/patches/mpl_inline_fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git IPython/core/pylabtools.py IPython/core/pylabtools.py -index c71b0cdb6..bb815956e 100644 ---- IPython/core/pylabtools.py -+++ IPython/core/pylabtools.py -@@ -383,6 +383,6 @@ def configure_inline_support(shell, backend): - stacklevel=2, - ) - -- from matplotlib_inline.backend_inline import configure_inline_support_orig -+ from matplotlib_inline.backend_inline import configure_inline_support as configure_inline_support_orig - - configure_inline_support_orig(shell, backend) diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template index 671614a92a1..08c5c2cc7d2 100644 --- a/srcpkgs/python3-ipython/template +++ b/srcpkgs/python3-ipython/template @@ -1,7 +1,7 @@ # Template file for 'python3-ipython' pkgname=python3-ipython -version=7.23.0 -revision=2 +version=7.23.1 +revision=1 wrksrc="ipython-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://ipython.org/" distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz" -checksum=69178f32bf9c6257430b6f592c3ae230c32861a1966d2facec454e09078e232d +checksum=714810a5c74f512b69d5f3b944c86e592cee0a5fb9c728e582f074610f6cf038 conflicts="python-ipython<=5.8.0_2" post_install() {