summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2022-05-03 22:21:08 +0200
committer Willy Sudiarto Raharjo2022-05-07 08:59:25 +0200
commitaf2209dab70688cb54957965f86f3791d27b64e9 (patch)
tree089e42c6907f65a382b8cad02385b086b6c3a100
parenta07bc25a5b3451f27553321745b4c2d70c7598d2 (diff)
downloadslackbuilds-af2209dab70688cb54957965f86f3791d27b64e9.tar.gz
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>
-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 00e4a23ad4..614e3c93ae 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 a81f0a4ac4..5773af46e3 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"