diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-03-06 13:23:41 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:16 +0700 |
commit | df84e3269381310d0c860feb5cd0f170c3a91677 (patch) | |
tree | 9a99ab1b70bf8abee994da9b54a8845967e4e743 /development | |
parent | c4d70cc07cf3a19a161af3432af0e2c5bef4c3e5 (diff) |
development/jupyter_console: Updated for version 6.6.3.
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_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 1dbf0ca07046c..098095fd136b2 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.2} +VERSION=${VERSION:-6.6.3} 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 66a5af33931a7..a6407d9b02829 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.2" +VERSION="6.6.3" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.6.2.tar.gz" -MD5SUM="e71d68c0e9f4fc728443fb5ab4ee53e0" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.6.3.tar.gz" +MD5SUM="cda122f18fd120f765cfbd212bd2ddaa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter_client jupyter-ipykernel python3-hatchling" |