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