diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-28 00:46:01 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:36 +0700 |
commit | f80706b30eeb6975aa92733af325d91d90d60071 (patch) | |
tree | e4cc76c018a96a23fb520cc3c99e5c784e087881 /development/jupyter_console | |
parent | d2cc16aeb7989b2e383b00f465a8bf8b52f28a2e (diff) |
development/jupyter_console: Updated for version 6.6.2.
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 6285f9c94b49b..1dbf0ca07046c 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.6.1} +VERSION=${VERSION:-6.6.2} 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 1ec15f48ad334..66a5af33931a7 100644 --- a/development/jupyter_console/jupyter_console.info +++ b/development/jupyter_console/jupyter_console.info @@ -1,8 +1,8 @@ PRGNAM="jupyter_console" -VERSION="6.6.1" +VERSION="6.6.2" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.6.1.tar.gz" -MD5SUM="cf600f22631b9b6270ae663314684905" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.6.2.tar.gz" +MD5SUM="e71d68c0e9f4fc728443fb5ab4ee53e0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter_client jupyter-ipykernel python3-hatchling" |