development/jupyter-ipykernel: Updated for version 6.23.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-05-12 05:37:12 -07:00 committed by Willy Sudiarto Raharjo
parent 5a16638301
commit 721d14c4f7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter-ipykernel
VERSION=${VERSION:-6.22.0}
VERSION=${VERSION:-6.23.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter-ipykernel"
VERSION="6.22.0"
VERSION="6.23.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.22.0.tar.gz"
MD5SUM="63afc0d62882410c6565114b1edb1b0a"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.23.0.tar.gz"
MD5SUM="00f17a27c16a36e3a5ce00fe8548b709"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-debugpy ipython jupyter_client python3-psutil python3-hatchling python3-comm"