summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2022-07-04 00:09:43 +0200
committer Willy Sudiarto Raharjo2022-07-09 05:06:13 +0200
commit98b019f8f71e2f5b5983cae21e9956f38f838702 (patch)
treef2c8fe9c579c20abc22076c3ca4802e1990236a1
parentb4e9a8d24ffa77c680bccd7627b5a30fb3aac14f (diff)
downloadslackbuilds-98b019f8f71e2f5b5983cae21e9956f38f838702.tar.gz
development/jupyter-nbclient: Updated for version 0.6.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/jupyter-nbclient/jupyter-nbclient.SlackBuild2
-rw-r--r--development/jupyter-nbclient/jupyter-nbclient.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-nbclient/jupyter-nbclient.SlackBuild b/development/jupyter-nbclient/jupyter-nbclient.SlackBuild
index 8ebbb62fb9..bc9cc61a84 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.5}
+VERSION=${VERSION:-0.6.6}
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 02f415c4a2..57cf4f5c04 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.5"
+VERSION="0.6.6"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.6.5.tar.gz"
-MD5SUM="502ed0c075bae4066171e518a5856c47"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.6.6.tar.gz"
+MD5SUM="62062d25b4c564995f13fdeacf16500d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="async_generator jupyter_client jupyter-nbformat nest_asyncio"