mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/jupyter-ipykernel: Update for 6.29.2
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
62205d02e6
commit
ffaa1afd43
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jupyter-ipykernel
|
||||
VERSION=${VERSION:-6.29.0}
|
||||
VERSION=${VERSION:-6.29.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter-ipykernel"
|
||||
VERSION="6.29.0"
|
||||
VERSION="6.29.2"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.29.0.tar.gz"
|
||||
MD5SUM="5fc2e6b5bee9eaab5f926111e7850cb0"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.29.2.tar.gz"
|
||||
MD5SUM="16f3ec14f1ec6ae282ba35efad800e7e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-debugpy ipython jupyter_client python3-psutil python3-comm"
|
||||
|
|
Loading…
Reference in a new issue