diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-01-24 17:07:15 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-28 08:23:09 +0700 |
commit | a873478a6543b6f32d8995c12e6838b2afe957da (patch) | |
tree | 3f985d4a5a07a4addd4d19ba0c388deee3252853 | |
parent | 07b94a61a20fd50b2caf8bbf112aeadfb34c986e (diff) |
development/jupyter-nbconvert: Update for 7.2.9
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 bddd6dd36f62c..3055ba475406e 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:-7.2.8} +VERSION=${VERSION:-7.2.9} 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 8f880074b8a02..7603c5a53d3a5 100644 --- a/development/jupyter-nbconvert/jupyter-nbconvert.info +++ b/development/jupyter-nbconvert/jupyter-nbconvert.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbconvert" -VERSION="7.2.8" +VERSION="7.2.9" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.2.8.tar.gz" -MD5SUM="e82c055c3fad221237c669679102a188" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.2.9.tar.gz" +MD5SUM="d1fffa513fdd406baa8031686a59a313" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments python3-mistune pandocfilters testpath BeautifulSoup4 tinycss2 python3-hatchling" |