development/jupyterlab_server: Updated for version 2.16.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-11-09 11:59:23 -08:00 committed by Willy Sudiarto Raharjo
parent 74df20ff4f
commit db5de71bdb
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.16.1}
VERSION=${VERSION:-2.16.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

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