diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-05-31 20:47:49 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-03 10:38:27 +0700 |
commit | 138fe8ace1104cddc72cdf9e41481b85af6c3c1a (patch) | |
tree | 9fd6940cd5c5c507a775161bef32d617d1a601e3 | |
parent | ce7b299fdb882a2de247d880a5baea794e2f680e (diff) |
development/jupyter-nbformat: Updated for version 5.9.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 e098965554ce9..a51578edc6863 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.8.0} +VERSION=${VERSION:-5.9.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 ed82019937754..8c51566bc5730 100644 --- a/development/jupyter-nbformat/jupyter-nbformat.info +++ b/development/jupyter-nbformat/jupyter-nbformat.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbformat" -VERSION="5.8.0" +VERSION="5.9.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.8.0.tar.gz" -MD5SUM="3e64413120f0fae7293965fd1beb1b92" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.9.0.tar.gz" +MD5SUM="22f2d4fdf3da7e975a709067ffe5446a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jsonschema python3-fastjsonschema jupyter_core python3-hatch-nodejs-version" |