development/jupyterlab: Update for 3.4.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
24990ce018
commit
b45e7ea4b6
|
@ -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}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue