diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-09-07 13:08:29 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-10 15:19:07 +0700 |
commit | e233a8b5473864d7aa2392973c1f5c2f85ddc9d7 (patch) | |
tree | 4339a32280e1f5cd779698a29c18b1fe95efd7c1 /development | |
parent | 99511cbd45790062d2dea35049835648adf150d6 (diff) |
development/jupyter-qtconsole: Update for 5.3.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter-qtconsole/jupyter-qtconsole.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild index 7ba0e94537680..3343daf22bf44 100644 --- a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild +++ b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-qtconsole -VERSION=${VERSION:-5.3.1} +VERSION=${VERSION:-5.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter-qtconsole/jupyter-qtconsole.info b/development/jupyter-qtconsole/jupyter-qtconsole.info index c232747711d52..d196461d536e4 100644 --- a/development/jupyter-qtconsole/jupyter-qtconsole.info +++ b/development/jupyter-qtconsole/jupyter-qtconsole.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-qtconsole" -VERSION="5.3.1" +VERSION="5.3.2" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/qtconsole/archive/5.3.1/qtconsole-5.3.1.tar.gz" -MD5SUM="0fb547b5b29bb15ca4b33ff6d6bb52b9" +DOWNLOAD="https://github.com/jupyter/qtconsole/archive/5.3.2/qtconsole-5.3.2.tar.gz" +MD5SUM="662535d97ac76ac414fd4ef6304fb588" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter-ipykernel QtPy" |