development/jupyterlab: Update for 3.4.6

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-09-05 21:48:25 -07:00 committed by Willy Sudiarto Raharjo
parent 24990ce018
commit b45e7ea4b6
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyterlab PRGNAM=jupyterlab
VERSION=${VERSION:-3.4.5} VERSION=${VERSION:-3.4.6}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="jupyterlab" PRGNAM="jupyterlab"
VERSION="3.4.5" VERSION="3.4.6"
HOMEPAGE="https://jupyter.org/" HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab/jupyterlab-3.4.5.tar.gz" DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab/jupyterlab-3.4.6.tar.gz"
MD5SUM="a13f087363ec2e891187844d693708e1" MD5SUM="05cf9c7e889ec6a188acba50850c4502"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="jupyter-notebook_shim nodejs jupyterlab_server jupyter-ipykernel" REQUIRES="jupyter-notebook_shim nodejs jupyterlab_server jupyter-ipykernel"