diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-03-17 12:06:56 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-26 01:20:14 +0700 |
commit | 2f0c71cc6c3b4bf92c067c9695fbbab21f96d7be (patch) | |
tree | 68f65db4d141ec9f51d5fb357be21ef6a5e729d6 /development/jupyter-nbconvert | |
parent | a251065dc6a314d209cf2f71235ec5a1571faf90 (diff) |
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>
Diffstat (limited to 'development/jupyter-nbconvert')
-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 6ede7aca73f5..ebdaa6f44d64 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 c03e4cad55bc..de29cff0f288 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" |