diff options
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 f0c1a7ea1c7eb..89005ab0792e5 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:-5.1.2} +VERSION=${VERSION:-5.1.3} 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 3f227f062fc8b..f46d571c3b6b7 100644 --- a/development/jupyter_core/jupyter_core.info +++ b/development/jupyter_core/jupyter_core.info @@ -1,8 +1,8 @@ PRGNAM="jupyter_core" -VERSION="5.1.2" +VERSION="5.1.3" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.1.2/jupyter_core-5.1.2.tar.gz" -MD5SUM="b23daf9b423e4f4110f83750f1e71002" +DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.1.3/jupyter_core-5.1.3.tar.gz" +MD5SUM="f371ec9e51378acaac71762e5c66bd4e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="traitlets python3-platformdirs python3-hatchling" |