From 389cffecd6836e1f5d5b3ecedefe95b60bc6ee44 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Fri, 10 Feb 2023 12:35:00 +0000 Subject: [PATCH] python-ipython: update to 8.10.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 26e352645d..57fe4a78cc 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.9.0 +pkgver=8.10.0 pkgrel=1 pkgdesc="An enhanced Interactive Python shell (mingw-w64)" arch=('any') @@ -38,7 +38,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=('71618e82e6d59487bea059626e7c79fb4a5b760d1510d02fab1160db6fdfa1f7') +sha256sums=('b13a1d6c1f5818bd388db53b7107d17454129a70de2b87481d555daede5eb49e') prepare() { cd "${srcdir}"