diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-07-25 17:41:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-30 11:26:24 +0700 |
commit | 756ac25c09621a68ba982e3a8125200460ee9672 (patch) | |
tree | 0d94c2c52e6fb03e2e4ced9d026cd9e0f27a2588 /development | |
parent | 32d4d60c072d1dbd07e6e9c1c988988a275ae558 (diff) | |
download | slackbuilds-756ac25c09621a68ba982e3a8125200460ee9672.tar.gz |
development/jupyterlab: Updated for version 3.4.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyterlab/jupyterlab.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyterlab/jupyterlab.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyterlab/jupyterlab.SlackBuild b/development/jupyterlab/jupyterlab.SlackBuild index adace53de0..4bad318740 100644 --- a/development/jupyterlab/jupyterlab.SlackBuild +++ b/development/jupyterlab/jupyterlab.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyterlab -VERSION=${VERSION:-3.4.3} +VERSION=${VERSION:-3.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyterlab/jupyterlab.info b/development/jupyterlab/jupyterlab.info index b5b22117a8..b9bd6e3c77 100644 --- a/development/jupyterlab/jupyterlab.info +++ b/development/jupyterlab/jupyterlab.info @@ -1,8 +1,8 @@ PRGNAM="jupyterlab" -VERSION="3.4.3" +VERSION="3.4.4" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab/jupyterlab-3.4.3.tar.gz" -MD5SUM="dc88d9555dd2819c0cd70765f66c2bb1" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab/jupyterlab-3.4.4.tar.gz" +MD5SUM="969c55549bc460170b8fa1e3b7cc1e66" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter-notebook_shim nodejs jupyterlab_server jupyter-ipykernel" |