development/jupyter-nbclient: Update for 0.6.4

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-06-02 11:19:40 -07:00 committed by Willy Sudiarto Raharjo
parent 40583ae970
commit 2fa6b4ab59
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-nbclient
VERSION=${VERSION:-0.6.3}
VERSION=${VERSION:-0.6.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter-nbclient"
VERSION="0.6.3"
VERSION="0.6.4"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.6.3.tar.gz"
MD5SUM="895b6541e27a64eb33728c9387c65327"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.6.4.tar.gz"
MD5SUM="ad28a33484bbd348ef04f142d32669f5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="async_generator jupyter_client jupyter-nbformat nest_asyncio"