development/jupyter_client: Update for 7.4.7

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-11-21 00:47:14 -08:00 committed by Willy Sudiarto Raharjo
parent 54aa047965
commit f826b3ee2e
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter_client
VERSION=${VERSION:-7.3.5}
BUILD=${BUILD:-2}
VERSION=${VERSION:-7.4.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="jupyter_client"
VERSION="7.3.5"
VERSION="7.4.7"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.3.5/jupyter_client-7.3.5.tar.gz"
MD5SUM="b1b69ffa692ea6e7ae2eacd0b2a6bd51"
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.4.7/jupyter_client-7.4.7.tar.gz"
MD5SUM="8b3410a88b95d0094d9e3962ef1133bf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="entrypoints jupyter_core nest_asyncio python3-dateutil python3-pyzmq python3-tornado python3-hatchling"