diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-03-07 00:50:50 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 19:29:33 +0700 |
commit | 6affd00022dc7a8723c56edd28b339e62f892e3e (patch) | |
tree | 6650cb25b787d179e560467f6aed1b2532353ac0 /development/jupyter-nbclient | |
parent | 3ff25a8fae124ad606c6fe809bfd05a1c0a26ef4 (diff) |
development/jupyter-nbclient: Update for 0.5.12
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 802fad0af9457..62f3c5ca40adc 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.5.11} +VERSION=${VERSION:-0.5.12} 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 a4d9eec141a91..a167dd84faa8c 100644 --- a/development/jupyter-nbclient/jupyter-nbclient.info +++ b/development/jupyter-nbclient/jupyter-nbclient.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbclient" -VERSION="0.5.11" +VERSION="0.5.12" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/39/24/6c9b982d7adacf87f3950034b206e57d38b1800bde1db6a068b6a4503a7e/nbclient-0.5.11.tar.gz" -MD5SUM="4ecefcac115d91763edf295520d4327b" +DOWNLOAD="https://files.pythonhosted.org/packages/f8/cf/cdc5baead9735ff7a7c85802bf5ee5d4f4b74a6945c940b35c361ae540c5/nbclient-0.5.12.tar.gz" +MD5SUM="1c0f28d61f04aa062f48facaac55fac6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="async_generator jupyter_client jupyter-nbformat nest_asyncio" |