mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/jupyter-nbclient: Update for 0.6.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6f516d1a61
commit
6c14628fd1
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue