From f8a1ae28f2bc5faec09c216e6f01c52b3a8d332e Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Tue, 3 Oct 2023 19:28:04 +0000 Subject: [PATCH] python-ipython: update to 8.16.1 --- mingw-w64-python-ipython/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-ipython/PKGBUILD b/mingw-w64-python-ipython/PKGBUILD index f62c1ad081..c16084f39a 100644 --- a/mingw-w64-python-ipython/PKGBUILD +++ b/mingw-w64-python-ipython/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=8.15.0 +pkgver=8.16.1 pkgrel=1 pkgdesc="An enhanced Interactive Python shell (mingw-w64)" arch=('any') @@ -42,7 +42,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-requests" "${MINGW_PACKAGE_PREFIX}-python-numpy") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('2baeb5be6949eeebf532150f81746f8333e2ccce02de1c7eedde3f23ed5e9f1e') +sha256sums=('ad52f58fca8f9f848e256c629eff888efc0528c12fe0f8ec14f33205f23ef938') prepare() { rm -rf python-build-${MSYSTEM} | true