diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-10-19 13:26:12 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-20 06:32:18 +0700 |
commit | 97ec6faf9cd6463ed8f94a7d8dab8688dad94682 (patch) | |
tree | 57037a7b308271de76a683577cf364dd5bf9a208 | |
parent | 1faf4e560bb1d02a4078b3a16b128263dcac0250 (diff) |
development/jupyter_core: Update for 4.11.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 c5c54a544a13c..5f6ebcc5b07f7 100644 --- a/development/jupyter_core/jupyter_core.SlackBuild +++ b/development/jupyter_core/jupyter_core.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter_core -VERSION=${VERSION:-4.11.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-4.11.2} +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 ef07e0f2d7233..599de0c638880 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.1" +VERSION="4.11.2" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.11.1/jupyter_core-4.11.1.tar.gz" -MD5SUM="215d4a5171e12da232c719219be141e2" +DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.11.2/jupyter_core-4.11.2.tar.gz" +MD5SUM="fb0d8b7ae857a5ac66fb6ecec438637c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="traitlets python3-hatchling" |