mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/jupyterlab_server: Update for 2.16.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fae13b2a64
commit
d5e5f58666
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jupyterlab_server
|
||||
VERSION=${VERSION:-2.16.2}
|
||||
VERSION=${VERSION:-2.16.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyterlab_server"
|
||||
VERSION="2.16.2"
|
||||
VERSION="2.16.3"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab_server/jupyterlab_server-2.16.2.tar.gz"
|
||||
MD5SUM="60c9b58c0494c0c172c4003702e42725"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab_server/jupyterlab_server-2.16.3.tar.gz"
|
||||
MD5SUM="acc1d6465bf39a5f618e6d4563a289f5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jupyter_server python3-babel python3-json5 python3-hatchling"
|
||||
|
|
Loading…
Reference in a new issue