diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-19 12:19:05 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-21 08:53:31 +0700 |
commit | 3e1eab900ca61b0b0c1b4198dabae10fe9c5ccd3 (patch) | |
tree | b9bc9f498ca1ad4c77b0698500e7fce4d6d46eca /development | |
parent | 0d7a7bbe81baeac86944957f339ff6f5f32b9a8a (diff) |
development/jupyter-nbclassic: Update for 0.5.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter-nbclassic/jupyter-nbclassic.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild b/development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild index c333f1875487..e7c73c353cb2 100644 --- a/development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild +++ b/development/jupyter-nbclassic/jupyter-nbclassic.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-nbclassic -VERSION=${VERSION:-0.5.1} +VERSION=${VERSION:-0.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter-nbclassic/jupyter-nbclassic.info b/development/jupyter-nbclassic/jupyter-nbclassic.info index c9198fe233a2..4ec799dad1ef 100644 --- a/development/jupyter-nbclassic/jupyter-nbclassic.info +++ b/development/jupyter-nbclassic/jupyter-nbclassic.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbclassic" -VERSION="0.5.1" +VERSION="0.5.2" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclassic/nbclassic-0.5.1.tar.gz" -MD5SUM="916c484149d7a836ca9738bcf87ad19f" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclassic/nbclassic-0.5.2.tar.gz" +MD5SUM="0984ed656c84a7b32d67476c56c258ee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter-notebook_shim mathjax2" |