diff --git a/mingw-w64-python-ipykernel/PKGBUILD b/mingw-w64-python-ipykernel/PKGBUILD index ced610900e..379c582a51 100644 --- a/mingw-w64-python-ipykernel/PKGBUILD +++ b/mingw-w64-python-ipykernel/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=6.16.2 +pkgver=6.17.0 pkgrel=1 pkgdesc="The ipython kernel for Jupyter (mingw-w64)" arch=('any') @@ -30,7 +30,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest" "${MINGW_PACKAGE_PREFIX}-python-mock" "${MINGW_PACKAGE_PREFIX}-python-nose") source=("${_realname}-${pkgver}.tar.gz::https://github.com/ipython/${_realname}/archive/v${pkgver}.tar.gz") -sha256sums=('d5062bab12ccc24d03d8dcc6dba0574298d8a3248cca6a0244267c6ac4b06ca6') +sha256sums=('656ad6fcb7ab53910aab95910271322a1acb1b1bf7bda080e84747a0f0fc8cac') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"