diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-11-14 15:34:40 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 10:08:06 +0700 |
commit | ea68fcdcedb04d1d0fee1bb3d303131937517f4e (patch) | |
tree | a1d1a3c5cf636e40ce402ddf67b20770f54b2713 /development | |
parent | 6967b85a0c160ed741ea524a65cfec8f4c416aba (diff) |
development/jupyter-nbconvert: Updated for version 7.2.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 dc9b544356b2..c461f098ae20 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.3} +VERSION=${VERSION:-7.2.5} 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 72e2bd958866..9b377823bda0 100644 --- a/development/jupyter-nbconvert/jupyter-nbconvert.info +++ b/development/jupyter-nbconvert/jupyter-nbconvert.info @@ -1,9 +1,9 @@ PRGNAM="jupyter-nbconvert" -VERSION="7.2.3" +VERSION="7.2.5" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.2.3.tar.gz \ +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.2.5.tar.gz \ https://cdn.jupyter.org/notebook/5.4.0/style/style.min.css" -MD5SUM="02337bc4d4cf20f6a8f4d0e20b818b52 \ +MD5SUM="be3485e08235c6d36016f22ab5f43bfd \ 47782e517c98a53adb514cbefb4528f2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |