development/jupyter-notebook_shim: Update for 0.2.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-11-03 11:59:20 -07:00 committed by Willy Sudiarto Raharjo
parent 4a66fb904a
commit 67e055b7ae
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=jupyter-notebook_shim
VERSION=${VERSION:-0.2.0}
VERSION=${VERSION:-0.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter-notebook_shim"
VERSION="0.2.0"
VERSION="0.2.2"
HOMEPAGE="https://github.com/jupyterlab/notebook_shim"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook_shim/notebook_shim-0.2.0.tar.gz"
MD5SUM="2815eedabac675efd2d008237dc3fb07"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook_shim/notebook_shim-0.2.2.tar.gz"
MD5SUM="fe31bfdbe9e3250c2bbc793498a41460"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter_server python3-hatchling"