From cd35c8df4d35aef42b0171175836cffe2b7b660f Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Wed, 4 Jan 2023 18:48:18 +0000 Subject: [PATCH] python-ipython: update to 8.8.0 --- 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 0304785383..e4d7c68188 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.7.0 +pkgver=8.8.0 pkgrel=1 pkgdesc="An enhanced Interactive Python shell (mingw-w64)" arch=('any') @@ -37,7 +37,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-requests" "${MINGW_PACKAGE_PREFIX}-python-ipykernel" "${MINGW_PACKAGE_PREFIX}-python-numpy") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('882899fe78d5417a0aa07f995db298fa28b58faeba2112d2e3a4c95fe14bb738') +sha256sums=('f3bf2c08505ad2c3f4ed5c46ae0331a8547d36bf4b21a451e8ae80c0791db95b') prepare() { cd "${srcdir}"