aboutsummaryrefslogtreecommitdiff
path: root/development/jupyter-ipykernel
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-05-15 10:15:17 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-20 11:17:22 +0700
commita28f0d63d8c45b575bb67dcb8cd2dc91009b4f04 (patch)
tree27d8064fac92a52f611ac4a7c18323ed9d0e3e36 /development/jupyter-ipykernel
parentd1cf64232c9f26ec681af6fb3c416b36fcbd9964 (diff)
development/jupyter-ipykernel: Updated for version 6.23.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-ipykernel')
-rw-r--r--development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild2
-rw-r--r--development/jupyter-ipykernel/jupyter-ipykernel.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild b/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild
index a98b5d357f915..cb103fd948ddf 100644
--- a/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild
+++ b/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter-ipykernel
-VERSION=${VERSION:-6.23.0}
+VERSION=${VERSION:-6.23.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/jupyter-ipykernel/jupyter-ipykernel.info b/development/jupyter-ipykernel/jupyter-ipykernel.info
index 1cc25d51327d9..689e6ac7e9317 100644
--- a/development/jupyter-ipykernel/jupyter-ipykernel.info
+++ b/development/jupyter-ipykernel/jupyter-ipykernel.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter-ipykernel"
-VERSION="6.23.0"
+VERSION="6.23.1"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.23.0.tar.gz"
-MD5SUM="00f17a27c16a36e3a5ce00fe8548b709"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.23.1.tar.gz"
+MD5SUM="6f32e8bed3dd9ac6220eaa9c62975f68"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-debugpy ipython jupyter_client python3-psutil python3-hatchling python3-comm"