summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2022-03-17 20:06:56 +0100
committer Willy Sudiarto Raharjo2022-03-25 19:20:14 +0100
commit2f0c71cc6c3b4bf92c067c9695fbbab21f96d7be (patch)
tree68f65db4d141ec9f51d5fb357be21ef6a5e729d6
parenta251065dc6a314d209cf2f71235ec5a1571faf90 (diff)
downloadslackbuilds-2f0c71cc6c3b4bf92c067c9695fbbab21f96d7be.tar.gz
development/jupyter-nbconvert: Update for 6.4.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r--development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild2
-rw-r--r--development/jupyter-nbconvert/jupyter-nbconvert.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild b/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild
index 6ede7aca73..ebdaa6f44d 100644
--- a/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild
+++ b/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter-nbconvert
-VERSION=${VERSION:-6.4.3}
+VERSION=${VERSION:-6.4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.info b/development/jupyter-nbconvert/jupyter-nbconvert.info
index c03e4cad55..de29cff0f2 100644
--- a/development/jupyter-nbconvert/jupyter-nbconvert.info
+++ b/development/jupyter-nbconvert/jupyter-nbconvert.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter-nbconvert"
-VERSION="6.4.3"
+VERSION="6.4.4"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-6.4.3.tar.gz"
-MD5SUM="035de00aed6bc4ed2577df1c946c4502"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-6.4.4.tar.gz"
+MD5SUM="58d38f0aeb5942e29f5bd346ef3a7bba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments mistune pandocfilters testpath"