mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/jupyter-nbclient: Update for 0.6.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
40583ae970
commit
2fa6b4ab59
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.3}
|
||||
VERSION=${VERSION:-0.6.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue