diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-05-03 13:20:48 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:24 +0700 |
commit | a07bc25a5b3451f27553321745b4c2d70c7598d2 (patch) | |
tree | 04fed1705eec795fb706aaa531a70445b8a90242 | |
parent | 93038946c5ed2861d7b36cdcaa93a9ab1c258de5 (diff) | |
download | slackbuilds-a07bc25a5b3451f27553321745b4c2d70c7598d2.tar.gz |
development/jupyter-nbformat: Updated for version 5.4.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/jupyter-nbformat/jupyter-nbformat.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter-nbformat/jupyter-nbformat.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild index cd50e28500..b87d4150ee 100644 --- a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild +++ b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-nbformat -VERSION=${VERSION:-5.3.0} +VERSION=${VERSION:-5.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter-nbformat/jupyter-nbformat.info b/development/jupyter-nbformat/jupyter-nbformat.info index 5ba7a324c2..66f9bec8a3 100644 --- a/development/jupyter-nbformat/jupyter-nbformat.info +++ b/development/jupyter-nbformat/jupyter-nbformat.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbformat" -VERSION="5.3.0" +VERSION="5.4.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.3.0.tar.gz" -MD5SUM="51249a70ea9b27f29b075775bba9effb" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.4.0.tar.gz" +MD5SUM="a11ccf44c2d984d1b8325a3463a9ae20" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jsonschema python3-fastjsonschema jupyter_core" |