diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-09-08 14:02:33 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-10 15:19:07 +0700 |
commit | 29850bee28a6a09b685d94fbd19b2bce96cfa07d (patch) | |
tree | 388e1ed4c380285efa69ccc20fb55d67e2eeb217 | |
parent | 1e68c7a45714b578ba3689c5d63b442a193e765d (diff) |
development/jupyter_client: Update for 7.3.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/jupyter_client/jupyter_client.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter_client/jupyter_client.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter_client/jupyter_client.SlackBuild b/development/jupyter_client/jupyter_client.SlackBuild index d998ac775a28..2784ae88d640 100644 --- a/development/jupyter_client/jupyter_client.SlackBuild +++ b/development/jupyter_client/jupyter_client.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter_client -VERSION=${VERSION:-7.3.4} +VERSION=${VERSION:-7.3.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter_client/jupyter_client.info b/development/jupyter_client/jupyter_client.info index fd777f7d5800..d7e68286cf70 100644 --- a/development/jupyter_client/jupyter_client.info +++ b/development/jupyter_client/jupyter_client.info @@ -1,8 +1,8 @@ PRGNAM="jupyter_client" -VERSION="7.3.4" +VERSION="7.3.5" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.3.4/jupyter_client-7.3.4.tar.gz" -MD5SUM="91419105c5d981dda6379fed7e0bc7f2" +DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.3.5/jupyter_client-7.3.5.tar.gz" +MD5SUM="b1b69ffa692ea6e7ae2eacd0b2a6bd51" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="entrypoints jupyter_core nest_asyncio python3-dateutil python3-pyzmq python3-tornado" |