diff --git a/mingw-w64-python-jupyter_client/PKGBUILD b/mingw-w64-python-jupyter_client/PKGBUILD index 6db7990dc5..fcff15b960 100644 --- a/mingw-w64-python-jupyter_client/PKGBUILD +++ b/mingw-w64-python-jupyter_client/PKGBUILD @@ -7,7 +7,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=7.4.7 +pkgver=7.4.8 pkgrel=1 pkgdesc="The reference implementation of the Jupyter protocol (mingw-w64)" arch=('any') @@ -32,7 +32,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-hatchling") options=('!strip') source=(https://github.com/jupyter/${_realname}/archive/v${pkgver}.tar.gz) -sha256sums=('e33d33bda186be23e864eca32fae873f01292ce1b537eb79a9b78e96cd729ff3') +sha256sums=('548d0e597ac05d74f2349f5c2698edd03854267a1d6d56ff0a9c1f6b8e81a38d') prepare() { rm -rf python-build-${MSYSTEM} | true