development/jupyter-nbclient: Update for 0.6.7

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-08-25 22:16:04 -07:00 committed by Willy Sudiarto Raharjo
parent 6f516d1a61
commit 6c14628fd1
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.6}
VERSION=${VERSION:-0.6.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter-nbclient"
VERSION="0.6.6"
VERSION="0.6.7"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.6.6.tar.gz"
MD5SUM="62062d25b4c564995f13fdeacf16500d"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.6.7.tar.gz"
MD5SUM="3bf274dfce689db331142693e5b55288"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="async_generator jupyter_client jupyter-nbformat nest_asyncio"