diff options
author | isaackwy <isaacyu@protonmail.com> | 2023-12-25 16:46:36 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-29 18:49:39 +0700 |
commit | 327002570a5f244999fc1f0ef21be62202dae110 (patch) | |
tree | 474ea976cc7373a77b795c6edfdf8acabe17cf38 /development/jupyter_core | |
parent | cdbdea8b607e5860468e8d42bbab8610f302725c (diff) |
development/jupyter_core: Update for 5.5.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter_core')
-rw-r--r-- | development/jupyter_core/jupyter_core.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyter_core/jupyter_core.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter_core/jupyter_core.SlackBuild b/development/jupyter_core/jupyter_core.SlackBuild index 6b5ff334497b..d11f1d76cd2b 100644 --- a/development/jupyter_core/jupyter_core.SlackBuild +++ b/development/jupyter_core/jupyter_core.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for jupyter_core # Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter_core -VERSION=${VERSION:-5.3.0} +VERSION=${VERSION:-5.5.1} 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 9520d5c0a43f..e1794e72b97f 100644 --- a/development/jupyter_core/jupyter_core.info +++ b/development/jupyter_core/jupyter_core.info @@ -1,8 +1,8 @@ PRGNAM="jupyter_core" -VERSION="5.3.0" +VERSION="5.5.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.3.0/jupyter_core-5.3.0.tar.gz" -MD5SUM="4fb7febaf94413db9e64c7cc31dd399e" +DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.5.1/jupyter_core-5.5.1.tar.gz" +MD5SUM="5d378534ee8b4df90fdc555df9a8ea73" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="traitlets python3-platformdirs" |