diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-12 12:11:59 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-16 12:12:49 +0700 |
commit | 4d818a5114ecc8b499e64af4a29d3d7d8bca83d4 (patch) | |
tree | 085fc04cdef82805d4e265a80bb931c21cf9d593 /development/jupyter_client | |
parent | c97e499ea9cf10d748a93f6dd9c38402ae7a5283 (diff) |
development/jupyter_client: Update for 7.2.2
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 9eb5d3812c6cc..5d3f3f307e7ec 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.1.2} +VERSION=${VERSION:-7.2.2} 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 130922f367906..7a56cf3db1fe5 100644 --- a/development/jupyter_client/jupyter_client.info +++ b/development/jupyter_client/jupyter_client.info @@ -1,8 +1,8 @@ PRGNAM="jupyter_client" -VERSION="7.1.2" +VERSION="7.2.2" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.1.2/jupyter_client-7.1.2.tar.gz" -MD5SUM="da8d3376a33e4d2190810b69fede12dd" +DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.2.2/jupyter_client-7.2.2.tar.gz" +MD5SUM="0fd4b446182127de1bc687d644f48b25" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="entrypoints jupyter_core nest_asyncio python3-dateutil python3-pyzmq python3-tornado" |