diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-07-03 14:57:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-09 10:06:11 +0700 |
commit | c9413579a2f74e39e4a44d10ab480f1891475c56 (patch) | |
tree | f89a212f06b582c36974fbc45b4d5664e73ab51c /development/jupyter_console | |
parent | 92f08a0980b658cf6196609942b89a611a4050c7 (diff) |
development/jupyter_console: Updated for version 6.4.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter_console')
-rw-r--r-- | development/jupyter_console/jupyter_console.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter_console/jupyter_console.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter_console/jupyter_console.SlackBuild b/development/jupyter_console/jupyter_console.SlackBuild index 64f29aac6be2..54f2bf20c203 100644 --- a/development/jupyter_console/jupyter_console.SlackBuild +++ b/development/jupyter_console/jupyter_console.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter_console -VERSION=${VERSION:-6.4.3} +VERSION=${VERSION:-6.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter_console/jupyter_console.info b/development/jupyter_console/jupyter_console.info index f54070d1422c..f30cd9707688 100644 --- a/development/jupyter_console/jupyter_console.info +++ b/development/jupyter_console/jupyter_console.info @@ -1,8 +1,8 @@ PRGNAM="jupyter_console" -VERSION="6.4.3" +VERSION="6.4.4" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.4.3.tar.gz" -MD5SUM="8e1f80a23d264cb7edced8043aaa6fe0" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.4.4.tar.gz" +MD5SUM="a5e0426e44738c96c0a63663cdc0cfb1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter_client jupyter-ipykernel" |