development/jupyter_client: Update for 7.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3f660e8f2f
commit
7379f9cad1
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue