development/jupyterlab: Update for 3.5.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
947059daec
commit
150f36188f
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jupyterlab
|
||||
VERSION=${VERSION:-3.5.1}
|
||||
VERSION=${VERSION:-3.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyterlab"
|
||||
VERSION="3.5.1"
|
||||
VERSION="3.5.2"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab/jupyterlab-3.5.1.tar.gz"
|
||||
MD5SUM="cc52618b2cef38cbb5815d423abdf717"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab/jupyterlab-3.5.2.tar.gz"
|
||||
MD5SUM="f67739018947c01e70d5cd90f79f0603"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jupyter-notebook_shim nodejs jupyterlab_server jupyter-ipykernel"
|
||||
|
|
Loading…
Reference in New Issue