python-jupyter_client: update to 7.4.4

This commit is contained in:
Mehdi Chinoune
2022-10-28 04:53:10 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 38e871c2be
commit c7df9fbea5

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.3
pkgver=7.4.4
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=('d97fa961cfb8465eafd0bf08f76b7be59a56bcbca74915a393cfa03b53ec96d2')
sha256sums=('0d6f4a796b8f9aec46df4555cb4eb3677790707084d84803676dda418b4de471')
prepare() {
rm -rf python-build-${MSYSTEM} | true