diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-20 00:20:22 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-23 08:24:10 +0700 |
commit | 947059daec65fa72d5aa965947f7360c6de6f8e6 (patch) | |
tree | 84de69ffd879a48b4b3b7b408d4e2136bdbef4b1 | |
parent | cb104f8dc52a2f95d35d2bee91ec3480f5b2f553 (diff) |
development/jupyter-nbformat: Update for 5.7.1
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 30dc70db6012..badcd6a271db 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.7.0} +VERSION=${VERSION:-5.7.1} 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 150916e89c96..db1e64639c9d 100644 --- a/development/jupyter-nbformat/jupyter-nbformat.info +++ b/development/jupyter-nbformat/jupyter-nbformat.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbformat" -VERSION="5.7.0" +VERSION="5.7.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.7.0.tar.gz" -MD5SUM="5e11cc3240d4b1410610786309cc6076" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.7.1.tar.gz" +MD5SUM="43d939e233632cc326c69ef8ea1f6a97" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jsonschema python3-fastjsonschema jupyter_core python3-hatch-nodejs-version" |