summaryrefslogtreecommitdiffstats
path: root/development/jupyter_client
diff options
context:
space:
mode:
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
commit230ae0f4ea728e71df0908c3dc1b9501a1d1705c (patch)
treed4110ea6d288aa2665b5ab6ef773ccfeda3c111d /development/jupyter_client
parenta9d2abbbe19b7cf9ef8e820e98568c56fd3b3644 (diff)
downloadslackbuilds-230ae0f4ea728e71df0908c3dc1b9501a1d1705c.tar.gz
slackbuilds-230ae0f4ea728e71df0908c3dc1b9501a1d1705c.tar.xz
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>
Diffstat (limited to 'development/jupyter_client')
-rw-r--r--development/jupyter_client/jupyter_client.SlackBuild2
-rw-r--r--development/jupyter_client/jupyter_client.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter_client/jupyter_client.SlackBuild b/development/jupyter_client/jupyter_client.SlackBuild
index 5aad7cb950..502c39a512 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 f468e991c8..e3eaa0f116 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"