diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-05-14 16:01:48 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:03 +0700 |
commit | 075318536bdc1c5821fca378d27d1fcc5f537e5c (patch) | |
tree | 054e1b87db38ad2611d387af995004e9c5cf588a /development/jupyter_client | |
parent | 2067e470944962a0e08d001d4d7efa9e42c5cbb8 (diff) |
development/jupyter_client: Updated for version 7.3.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter_client')
-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 034f9e1db588..7743517445b4 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.0} +VERSION=${VERSION:-7.3.1} 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 65c8c38b8ab7..feeb82e1b39c 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.0" +VERSION="7.3.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.3.0/jupyter_client-7.3.0.tar.gz" -MD5SUM="f0776a28013a50edf8c9393d528c8c81" +DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.3.1/jupyter_client-7.3.1.tar.gz" +MD5SUM="f92ea77969392cf0ab8371fc08ad6157" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="entrypoints jupyter_core nest_asyncio python3-dateutil python3-pyzmq python3-tornado" |