Browse Source
development/jupyterlab: Updated for version 4.4.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/304/head
Isaac Yu
3 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
development/jupyterlab/jupyterlab.SlackBuild
-
development/jupyterlab/jupyterlab.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=jupyterlab |
|
|
|
VERSION=${VERSION:-4.4.3} |
|
|
|
VERSION=${VERSION:-4.4.4} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="jupyterlab" |
|
|
|
VERSION="4.4.3" |
|
|
|
VERSION="4.4.4" |
|
|
|
HOMEPAGE="https://jupyter.org/" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab/jupyterlab-4.4.3.tar.gz" |
|
|
|
MD5SUM="2f4b6c676cd03872f60109167fd56f27" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab/jupyterlab-4.4.4.tar.gz" |
|
|
|
MD5SUM="e91cdeb42ac7163d261f2f7ae522425f" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="jupyter-ipykernel jupyter-notebook_shim jupyterlab_server nodejs python3-async-lru python3-httpx" |
|
|
|