From 97ec6faf9cd6463ed8f94a7d8dab8688dad94682 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Wed, 19 Oct 2022 13:26:12 -0700 Subject: [PATCH] development/jupyter_core: Update for 4.11.2 Signed-off-by: Willy Sudiarto Raharjo --- development/jupyter_core/jupyter_core.SlackBuild | 4 ++-- 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 c5c54a544a..5f6ebcc5b0 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 ef07e0f2d7..599de0c638 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"