From 00e1b3a67c4b3c39430d1a4e60942a44798858ba Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 5 Mar 2024 10:45:05 -0500 Subject: [PATCH] python3-ipython: update to 8.22.2. --- srcpkgs/python3-ipython/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template index c1963561f2a..cb33301c939 100644 --- a/srcpkgs/python3-ipython/template +++ b/srcpkgs/python3-ipython/template @@ -1,6 +1,6 @@ # Template file for 'python3-ipython' pkgname=python3-ipython -version=8.22.1 +version=8.22.2 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" @@ -16,7 +16,7 @@ license="BSD-3-Clause" homepage="https://ipython.org/" changelog="https://github.com/ipython/ipython/raw/main/docs/source/whatsnew/version8.rst" distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz" -checksum=39c6f9efc079fb19bfb0f17eee903978fe9a290b1b82d68196c641cecb76ea22 +checksum=2dcaad9049f9056f1fef63514f176c7d41f930daa78d05b82a176202818f2c14 conflicts="python-ipython<=5.8.0_2" make_check_pre="env PYTHONPATH=."