diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-11-21 00:40:20 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-21 18:40:31 +0700 |
commit | 54aa04796582ed74eddde1ad0a1acb1500f32e8c (patch) | |
tree | fe93c4d1bcafc19707e280e1b791aa327214da95 /development | |
parent | d5e5f58666759b74ce7a8d73e2ceedd02c578783 (diff) |
development/jupyter_core: Update for 5.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter_core/jupyter_core.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter_core/jupyter_core.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter_core/jupyter_core.SlackBuild b/development/jupyter_core/jupyter_core.SlackBuild index 5f6ebcc5b07f7..0156436e27284 100644 --- a/development/jupyter_core/jupyter_core.SlackBuild +++ b/development/jupyter_core/jupyter_core.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter_core -VERSION=${VERSION:-4.11.2} +VERSION=${VERSION:-5.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter_core/jupyter_core.info b/development/jupyter_core/jupyter_core.info index 599de0c638880..c63b1d4330109 100644 --- a/development/jupyter_core/jupyter_core.info +++ b/development/jupyter_core/jupyter_core.info @@ -1,8 +1,8 @@ PRGNAM="jupyter_core" -VERSION="4.11.2" +VERSION="5.0.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.11.2/jupyter_core-4.11.2.tar.gz" -MD5SUM="fb0d8b7ae857a5ac66fb6ecec438637c" +DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.0.0/jupyter_core-5.0.0.tar.gz" +MD5SUM="16a9a346c984005831e32172ebcb9526" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="traitlets python3-hatchling" |