diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-25 12:20:58 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:06 +0700 |
commit | 7379f9cad1484f5ae95eca232ca7b9b3afc4c666 (patch) | |
tree | b8be3f7e50cb0184bf522c7c1dfac8320cd34f09 /development | |
parent | 3f660e8f2f2f7c2926049ea834b3e702eb7b888a (diff) |
development/jupyter_client: Update for 7.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 5d3f3f307e7ec..034f9e1db5888 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.2.2} +VERSION=${VERSION:-7.3.0} 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 7a56cf3db1fe5..65c8c38b8ab73 100644 --- a/development/jupyter_client/jupyter_client.info +++ b/development/jupyter_client/jupyter_client.info @@ -1,8 +1,8 @@ PRGNAM="jupyter_client" -VERSION="7.2.2" +VERSION="7.3.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.2.2/jupyter_client-7.2.2.tar.gz" -MD5SUM="0fd4b446182127de1bc687d644f48b25" +DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.3.0/jupyter_client-7.3.0.tar.gz" +MD5SUM="f0776a28013a50edf8c9393d528c8c81" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="entrypoints jupyter_core nest_asyncio python3-dateutil python3-pyzmq python3-tornado" |