summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Isaac Yu2022-04-12 21:11:59 +0200
committer Willy Sudiarto Raharjo2022-04-16 07:12:49 +0200
commit4d818a5114ecc8b499e64af4a29d3d7d8bca83d4 (patch)
tree085fc04cdef82805d4e265a80bb931c21cf9d593 /development
parentc97e499ea9cf10d748a93f6dd9c38402ae7a5283 (diff)
downloadslackbuilds-4d818a5114ecc8b499e64af4a29d3d7d8bca83d4.tar.gz
development/jupyter_client: Update for 7.2.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 9eb5d3812c..5d3f3f307e 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 130922f367..7a56cf3db1 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"