summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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
commit97bc23377ce63e8582e636d8b16d2733a3a346e8 (patch)
treedca6bf0cf6ae309d68ad56a5a1e417f4b9772238
parent6043789819aee18e5746a1537835bad988caeac5 (diff)
downloadslackbuilds-97bc23377ce63e8582e636d8b16d2733a3a346e8.tar.gz
slackbuilds-97bc23377ce63e8582e636d8b16d2733a3a346e8.tar.xz
development/jupyter-nbformat: Update for 5.7.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/jupyter-nbformat/jupyter-nbformat.SlackBuild2
-rw-r--r--development/jupyter-nbformat/jupyter-nbformat.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild
index cf0292e840..4ebb9357ae 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 f82ae28bab..5df864e2be 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"