diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-11-21 00:47:14 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-21 18:40:52 +0700 |
commit | f826b3ee2e0ca33e5d4916cff06543b007dfc98a (patch) | |
tree | 282594bc1a32348e4907c008ce63bba6456280e4 /development/jupyter_client | |
parent | 54aa04796582ed74eddde1ad0a1acb1500f32e8c (diff) |
development/jupyter_client: Update for 7.4.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter_client')
-rw-r--r-- | development/jupyter_client/jupyter_client.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyter_client/jupyter_client.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter_client/jupyter_client.SlackBuild b/development/jupyter_client/jupyter_client.SlackBuild index 9cbd250a836c..5aad7cb95078 100644 --- a/development/jupyter_client/jupyter_client.SlackBuild +++ b/development/jupyter_client/jupyter_client.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter_client -VERSION=${VERSION:-7.3.5} -BUILD=${BUILD:-2} +VERSION=${VERSION:-7.4.7} +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 eab0595e34f6..f468e991c8c6 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.5" +VERSION="7.4.7" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.3.5/jupyter_client-7.3.5.tar.gz" -MD5SUM="b1b69ffa692ea6e7ae2eacd0b2a6bd51" +DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.4.7/jupyter_client-7.4.7.tar.gz" +MD5SUM="8b3410a88b95d0094d9e3962ef1133bf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="entrypoints jupyter_core nest_asyncio python3-dateutil python3-pyzmq python3-tornado python3-hatchling" |