development/jupyterlab: Update for 3.5.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-12-20 00:08:57 -08:00 committed by Willy Sudiarto Raharjo
parent 947059daec
commit 150f36188f
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.5.1} VERSION=${VERSION:-3.5.2}
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.5.1" VERSION="3.5.2"
HOMEPAGE="https://jupyter.org/" HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab/jupyterlab-3.5.1.tar.gz" DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab/jupyterlab-3.5.2.tar.gz"
MD5SUM="cc52618b2cef38cbb5815d423abdf717" MD5SUM="f67739018947c01e70d5cd90f79f0603"
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"