diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-10-11 01:52:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-13 10:19:16 +0700 |
commit | 9b9cc8094b2dedfa804c41f7a2190330f65ac91f (patch) | |
tree | 94de81563ac06310fd5c9c45b740e9f29b85c2dc /development/jupyter-nbformat | |
parent | 3eb34190681819b2e8a25d41f28d136855b08d5f (diff) |
development/jupyter-nbformat: Update for 5.7.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbformat')
-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 fdd42da7f0f6..30dc70db6012 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.6.1} +VERSION=${VERSION:-5.7.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 d23dff9c3f84..150916e89c96 100644 --- a/development/jupyter-nbformat/jupyter-nbformat.info +++ b/development/jupyter-nbformat/jupyter-nbformat.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbformat" -VERSION="5.6.1" +VERSION="5.7.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.6.1.tar.gz" -MD5SUM="9e8a4e7bf974415f09b59557d7730e99" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.7.0.tar.gz" +MD5SUM="5e11cc3240d4b1410610786309cc6076" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jsonschema python3-fastjsonschema jupyter_core python3-hatch-nodejs-version" |