summaryrefslogtreecommitdiffstats
path: root/development/jupyter-notebook_shim
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2022-11-03 11:59:20 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-04 14:04:57 +0700
commit67e055b7aeb40365b80af434fe5d3540c7f50ff2 (patch)
tree0dbacd644ff106c29c94713b1fdb444e10f5126f /development/jupyter-notebook_shim
parent4a66fb904a789346a4571a29bd36845258ec1eae (diff)
downloadslackbuilds-67e055b7aeb40365b80af434fe5d3540c7f50ff2.tar.gz
slackbuilds-67e055b7aeb40365b80af434fe5d3540c7f50ff2.tar.xz
development/jupyter-notebook_shim: Update for 0.2.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-notebook_shim')
-rw-r--r--development/jupyter-notebook_shim/jupyter-notebook_shim.SlackBuild2
-rw-r--r--development/jupyter-notebook_shim/jupyter-notebook_shim.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-notebook_shim/jupyter-notebook_shim.SlackBuild b/development/jupyter-notebook_shim/jupyter-notebook_shim.SlackBuild
index a20cc5a9fa..31829860ac 100644
--- a/development/jupyter-notebook_shim/jupyter-notebook_shim.SlackBuild
+++ b/development/jupyter-notebook_shim/jupyter-notebook_shim.SlackBuild
@@ -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}
diff --git a/development/jupyter-notebook_shim/jupyter-notebook_shim.info b/development/jupyter-notebook_shim/jupyter-notebook_shim.info
index 49d871bc1c..7098c9568c 100644
--- a/development/jupyter-notebook_shim/jupyter-notebook_shim.info
+++ b/development/jupyter-notebook_shim/jupyter-notebook_shim.info
@@ -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"