diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-05-03 13:21:08 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:25 +0700 |
commit | af2209dab70688cb54957965f86f3791d27b64e9 (patch) | |
tree | 089e42c6907f65a382b8cad02385b086b6c3a100 /development | |
parent | a07bc25a5b3451f27553321745b4c2d70c7598d2 (diff) |
development/jupyter-nbclient: Updated for version 0.6.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 00e4a23ad44b..614e3c93aeb5 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.0} +VERSION=${VERSION:-0.6.2} 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 a81f0a4ac408..5773af46e35a 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.0" +VERSION="0.6.2" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.6.0.tar.gz" -MD5SUM="8f99efbbf1b3a7dcde2632e46bd81a17" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.6.2.tar.gz" +MD5SUM="f2dafcec68492625243e6c6fa7bb2ac7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="async_generator jupyter_client jupyter-nbformat nest_asyncio" |