diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-03-11 22:30:45 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-18 00:26:00 +0700 |
commit | e24da51f1d297c720818bfd6d5f63b47a9e5b379 (patch) | |
tree | 901d32e0b4b9f60d56f68e92bec9018d007056d6 | |
parent | 7dbf1f0806c35401afd8effd4262357f28e96d14 (diff) |
development/jupyter-nbconvert: Update for 6.4.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter-nbconvert/jupyter-nbconvert.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild b/development/jupyter-nbconvert/jupyter-nbconvert.SlackBuild index 136e707c6cf6..6ede7aca73f5 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.2} +VERSION=${VERSION:-6.4.3} 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 22d1ea5bade1..c03e4cad55bc 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.2" +VERSION="6.4.3" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-6.4.2.tar.gz" -MD5SUM="35f0af81ded118afdee82425cd405c32" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-6.4.3.tar.gz" +MD5SUM="035de00aed6bc4ed2577df1c946c4502" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments mistune pandocfilters testpath" |