python-jupyter_client: update to 7.4.7

This commit is contained in:
Mehdi Chinoune
2022-11-17 05:35:21 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 9ed32d92f4
commit 411fc0f5fe

View File

@@ -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.4
pkgver=7.4.7
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=('0d6f4a796b8f9aec46df4555cb4eb3677790707084d84803676dda418b4de471')
sha256sums=('e33d33bda186be23e864eca32fae873f01292ce1b537eb79a9b78e96cd729ff3')
prepare() {
rm -rf python-build-${MSYSTEM} | true