development/jupyterlab_server: Update for 2.16.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-10-23 12:48:37 -07:00 committed by Willy Sudiarto Raharjo
parent 61b4226aac
commit 5dd574e7d1
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyterlab_server
VERSION=${VERSION:-2.15.2}
VERSION=${VERSION:-2.16.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="jupyterlab_server"
VERSION="2.15.2"
VERSION="2.16.1"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab_server/jupyterlab_server-2.15.2.tar.gz"
MD5SUM="44709f4f282337cbc696a74426d14776"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyterlab_server/jupyterlab_server-2.16.1.tar.gz"
MD5SUM="9ad5ce31df590aa74fa7d049f7cfbc0b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter_server python3-babel python3-json5 python3-hatchling"