development/jupyter_client: Update for 7.3.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-04-25 12:20:58 -07:00 committed by Willy Sudiarto Raharjo
parent 3f660e8f2f
commit 7379f9cad1
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter_client
VERSION=${VERSION:-7.2.2}
VERSION=${VERSION:-7.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="jupyter_client"
VERSION="7.2.2"
VERSION="7.3.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.2.2/jupyter_client-7.2.2.tar.gz"
MD5SUM="0fd4b446182127de1bc687d644f48b25"
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.3.0/jupyter_client-7.3.0.tar.gz"
MD5SUM="f0776a28013a50edf8c9393d528c8c81"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="entrypoints jupyter_core nest_asyncio python3-dateutil python3-pyzmq python3-tornado"