mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
5a16638301
commit
721d14c4f7
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue