diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-05-09 12:33:15 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:55 +0700 |
commit | 42a578a6f70c0032166b48f404ba9dfb1db4809d (patch) | |
tree | ec56e145c0d8578006bc5ab485a85edc31634396 /development/jupyter-nbclient | |
parent | 951de3a78b69bef22c2ca9a403bd3dfd6d41a67e (diff) |
development/jupyter-nbclient: Updated for version 0.6.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbclient')
-rw-r--r-- | development/jupyter-nbclient/jupyter-nbclient.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter-nbclient/jupyter-nbclient.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild index 614e3c93aeb5..b0fd2e35006c 100644 --- a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild +++ b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-nbclient -VERSION=${VERSION:-0.6.2} +VERSION=${VERSION:-0.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter-nbclient/jupyter-nbclient.info b/development/jupyter-nbclient/jupyter-nbclient.info index 5773af46e35a..7c9828f4f396 100644 --- a/development/jupyter-nbclient/jupyter-nbclient.info +++ b/development/jupyter-nbclient/jupyter-nbclient.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbclient" -VERSION="0.6.2" +VERSION="0.6.3" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.6.2.tar.gz" -MD5SUM="f2dafcec68492625243e6c6fa7bb2ac7" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.6.3.tar.gz" +MD5SUM="895b6541e27a64eb33728c9387c65327" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="async_generator jupyter_client jupyter-nbformat nest_asyncio" |