diff options
-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 dd9a13fe24..54c00cbc32 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.4} +VERSION=${VERSION:-0.5.5} 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 64353d2b3d..9954c5c34b 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.4" +VERSION="0.5.5" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclassic/nbclassic-0.5.4.tar.gz" -MD5SUM="23213826a05977fde0f4d1e994f15743" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclassic/nbclassic-0.5.5.tar.gz" +MD5SUM="81101735cf3144bdfb1e478ba1239248" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter-notebook_shim mathjax2" |