development/jupyter-ipykernel: Updated for version 6.16.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-10-29 09:24:21 +07:00
parent 8fd430f69d
commit 19e63dd8c3
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.16.1}
VERSION=${VERSION:-6.16.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="jupyter-ipykernel"
VERSION="6.16.1"
VERSION="6.16.2"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.16.1.tar.gz"
MD5SUM="018ac3cbeca2da03087515c100566dfd"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6.16.2.tar.gz"
MD5SUM="7ce0ee6365a997a9ec1b4ff44ac4e1a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="debugpy ipython jupyter_client psutil python3-hatchling"