summaryrefslogtreecommitdiffstats
path: root/development/jupyter-nbclient
diff options
context:
space:
mode:
author Isaac Yu2022-06-02 20:19:40 +0200
committer Willy Sudiarto Raharjo2022-06-04 05:37:23 +0200
commit2fa6b4ab59f88d3caa0327acb5fcb83fc388d70d (patch)
tree8d7efa35e23f39231e9a0ca54c17b1eb952d9304 /development/jupyter-nbclient
parent40583ae9700a36b6c8d6b37ed082ae59716ed166 (diff)
downloadslackbuilds-2fa6b4ab59f88d3caa0327acb5fcb83fc388d70d.tar.gz
development/jupyter-nbclient: Update for 0.6.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbclient')
-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 b0fd2e3500..55b772ffd9 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.3}
+VERSION=${VERSION:-0.6.4}
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 7c9828f4f3..b147846c7b 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.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"