diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-02 12:11:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:11 +0700 |
commit | 65ed12bfa0b4214d175c19ec59841fb45898dbf1 (patch) | |
tree | da9a9fa9b498eed677e60e1c5ecbb0163570908e /development | |
parent | dcbf9898e2e1ef3d43c02339690012a317613e60 (diff) |
development/jupyter-qtconsole: Updated for version 5.3.0.
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 86d7378ced19a..a855b4b37e486 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.2.2} +VERSION=${VERSION:-5.3.0} 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 96a9e8805200c..a3e479d04031b 100644 --- a/development/jupyter-qtconsole/jupyter-qtconsole.info +++ b/development/jupyter-qtconsole/jupyter-qtconsole.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-qtconsole" -VERSION="5.2.2" +VERSION="5.3.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/qtconsole/archive/5.2.2/qtconsole-5.2.2.tar.gz" -MD5SUM="c1c2d5155bc6b5b52a11fccbc49bed07" +DOWNLOAD="https://github.com/jupyter/qtconsole/archive/5.3.0/qtconsole-5.3.0.tar.gz" +MD5SUM="c835b3c9151e422271374ca6757b96dd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter-ipykernel QtPy" |