summaryrefslogtreecommitdiffstats
path: root/development/jupyter_core
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-01-24 18:08:29 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-28 08:23:08 +0700
commit07b94a61a20fd50b2caf8bbf112aeadfb34c986e (patch)
tree357aa260cab16c126a8dca454cb895877a0b87b5 /development/jupyter_core
parentd347518a0b91fbd77235dd64dc1757496d984f87 (diff)
downloadslackbuilds-07b94a61a20fd50b2caf8bbf112aeadfb34c986e.tar.gz
slackbuilds-07b94a61a20fd50b2caf8bbf112aeadfb34c986e.tar.xz
development/jupyter_core: Update for 5.1.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter_core')
-rw-r--r--development/jupyter_core/jupyter_core.SlackBuild2
-rw-r--r--development/jupyter_core/jupyter_core.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter_core/jupyter_core.SlackBuild b/development/jupyter_core/jupyter_core.SlackBuild
index 89005ab079..ee3f09ee01 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.3}
+VERSION=${VERSION:-5.1.5}
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 f46d571c3b..e991efadc6 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.3"
+VERSION="5.1.5"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.1.3/jupyter_core-5.1.3.tar.gz"
-MD5SUM="f371ec9e51378acaac71762e5c66bd4e"
+DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.1.5/jupyter_core-5.1.5.tar.gz"
+MD5SUM="3c08c7e84cf41ac4038024fea4f3209f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="traitlets python3-platformdirs python3-hatchling"