diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-31 20:50:18 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:28 +0700 |
commit | 230ae0f4ea728e71df0908c3dc1b9501a1d1705c (patch) | |
tree | d4110ea6d288aa2665b5ab6ef773ccfeda3c111d | |
parent | a9d2abbbe19b7cf9ef8e820e98568c56fd3b3644 (diff) |
development/jupyter_client: Updated for version 7.4.8.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 5aad7cb95078..502c39a51215 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.4.7} +VERSION=${VERSION:-7.4.8} 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 f468e991c8c6..e3eaa0f11648 100644 --- a/development/jupyter_client/jupyter_client.info +++ b/development/jupyter_client/jupyter_client.info @@ -1,8 +1,8 @@ PRGNAM="jupyter_client" -VERSION="7.4.7" +VERSION="7.4.8" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.4.7/jupyter_client-7.4.7.tar.gz" -MD5SUM="8b3410a88b95d0094d9e3962ef1133bf" +DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.4.8/jupyter_client-7.4.8.tar.gz" +MD5SUM="cc8ded661b2f253e9f14da3acbf2b59e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="entrypoints jupyter_core nest_asyncio python3-dateutil python3-pyzmq python3-tornado python3-hatchling" |