From c7df9fbea50de2d92eb09a9922e839d9da560b76 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Fri, 28 Oct 2022 04:53:10 +0000 Subject: [PATCH] python-jupyter_client: update to 7.4.4 --- mingw-w64-python-jupyter_client/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-jupyter_client/PKGBUILD b/mingw-w64-python-jupyter_client/PKGBUILD index 037464b92d..6d6e989059 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.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