summaryrefslogtreecommitdiffstats
path: root/development/jupyter-nbformat
diff options
context:
space:
mode:
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
commit138fe8ace1104cddc72cdf9e41481b85af6c3c1a (patch)
tree9fd6940cd5c5c507a775161bef32d617d1a601e3 /development/jupyter-nbformat
parentce7b299fdb882a2de247d880a5baea794e2f680e (diff)
downloadslackbuilds-138fe8ace1104cddc72cdf9e41481b85af6c3c1a.tar.gz
slackbuilds-138fe8ace1104cddc72cdf9e41481b85af6c3c1a.tar.xz
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>
Diffstat (limited to 'development/jupyter-nbformat')
-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 e098965554..a51578edc6 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 ed82019937..8c51566bc5 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"