diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-01-14 12:37:22 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:19:50 +0700 |
commit | 97bc23377ce63e8582e636d8b16d2733a3a346e8 (patch) | |
tree | dca6bf0cf6ae309d68ad56a5a1e417f4b9772238 /development | |
parent | 6043789819aee18e5746a1537835bad988caeac5 (diff) |
development/jupyter-nbformat: Update for 5.7.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 cf0292e840a90..4ebb9357ae424 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.2} +VERSION=${VERSION:-5.7.3} 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 f82ae28bab7b7..5df864e2be60f 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.2" +VERSION="5.7.3" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.7.2.tar.gz" -MD5SUM="61e49737da111f3d8e15fed79c3ceb8b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.7.3.tar.gz" +MD5SUM="90826c80cce8f4d2cea768f620f69a3f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jsonschema python3-fastjsonschema jupyter_core python3-hatch-nodejs-version" |