diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-10-28 22:28:58 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:21 +0700 |
commit | 8377299f3f6fe1d9cec399e03e2b1e23d6a43284 (patch) | |
tree | 4fb01d53ce3f03bbe93ea3f111742f932f8f08ec /development/jupyter-nbconvert | |
parent | 637812b6be56aedfc2de48bdd8fcec693fc392a8 (diff) |
development/jupyter-nbconvert: Updated for version 7.2.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 cb66c99ed5d6..dc9b544356b2 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.2} +VERSION=${VERSION:-7.2.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 c055f48bb4c2..72e2bd958866 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.2" +VERSION="7.2.3" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.2.2.tar.gz \ +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.2.3.tar.gz \ https://cdn.jupyter.org/notebook/5.4.0/style/style.min.css" -MD5SUM="cb6368f15406efc8d41e2de9641f9570 \ +MD5SUM="02337bc4d4cf20f6a8f4d0e20b818b52 \ 47782e517c98a53adb514cbefb4528f2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |