diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-04-26 17:28:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-29 18:11:50 +0700 |
commit | fef1e02fd98cf414b92bedfb220e8b7df8394214 (patch) | |
tree | e2163b12c7894cae8565438b1828d160666babd4 /development/jupyter-nbclient | |
parent | 7a060b1f25cb7d1c102bffa6d652739c41cfc668 (diff) |
development/jupyter-nbclient: Updated for version 0.7.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 dae3431ecec0..514251a1bdde 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.7.3} +VERSION=${VERSION:-0.7.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 9fe90898f734..0feb0be3c04c 100644 --- a/development/jupyter-nbclient/jupyter-nbclient.info +++ b/development/jupyter-nbclient/jupyter-nbclient.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-nbclient" -VERSION="0.7.3" +VERSION="0.7.4" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.7.3.tar.gz" -MD5SUM="db3fdd8cc056991b1f85faeee07790f3" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.7.4.tar.gz" +MD5SUM="0224e655f5d53cc7a62b6593869ce2bb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="async_generator jupyter_client jupyter-nbformat nest_asyncio python3-hatchling" |