diff options
author | 2025-06-07 01:24:00 -0700 | |
---|---|---|
committer | 2025-06-08 08:14:23 +0700 | |
commit | e5e8e68b260fa73539c722ac77c1dc0009b16c69 (patch) | |
tree | 63d1ae91db1434477458c45c7f7703064315ee9c /development/jupyterlab | |
parent | 293739866f8c9074d3ad11f9bdc2a45c7aa2a1c0 (diff) | |
download | slackbuilds-e5e8e68b260fa73539c722ac77c1dc0009b16c69.tar.gz slackbuilds-e5e8e68b260fa73539c722ac77c1dc0009b16c69.tar.xz |
development/jupyterlab: Update for 4.4.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyterlab')
-rw-r--r-- | development/jupyterlab/jupyterlab.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyterlab/jupyterlab.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/jupyterlab/jupyterlab.SlackBuild b/development/jupyterlab/jupyterlab.SlackBuild index 1d6419b0af..c35c6da3e1 100644 --- a/development/jupyterlab/jupyterlab.SlackBuild +++ b/development/jupyterlab/jupyterlab.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyterlab -# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2025 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyterlab -VERSION=${VERSION:-4.0.13} +VERSION=${VERSION:-4.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyterlab/jupyterlab.info b/development/jupyterlab/jupyterlab.info index af6f2f1e04..2889dfdf24 100644 --- a/development/jupyterlab/jupyterlab.info +++ b/development/jupyterlab/jupyterlab.info @@ -1,10 +1,10 @@ PRGNAM="jupyterlab" -VERSION="4.0.13" +VERSION="4.4.3" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab/jupyterlab-4.0.13.tar.gz" -MD5SUM="c22cc9e0b0c65ba664b84e9a6816533d" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab/jupyterlab-4.4.3.tar.gz" +MD5SUM="2f4b6c676cd03872f60109167fd56f27" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="jupyter-ipykernel jupyter-notebook_shim jupyterlab_server nodejs python3-async-lru" +REQUIRES="jupyter-ipykernel jupyter-notebook_shim jupyterlab_server nodejs python3-async-lru python3-httpx" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |