diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-05-24 13:10:45 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-25 07:31:47 +0700 |
commit | 3d9fc32a64f115b442bf1699e1e82b3d17ae5148 (patch) | |
tree | 6c6bbdd3a9082b1f0302d1e4dfbf00743144a66e /development | |
parent | b46286800f2120c8311fa99f79e3a42885286e3e (diff) | |
download | slackbuilds-3d9fc32a64f115b442bf1699e1e82b3d17ae5148.tar.gz |
development/jupyter-qtconsole: Updated for version 4.5.0.
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyter-qtconsole/jupyter-qtconsole.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild index 2cc5e40a0d..8cbd213656 100644 --- a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild +++ b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild @@ -24,8 +24,8 @@ SRCNAM=qtconsole PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-4.4.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-4.5.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/development/jupyter-qtconsole/jupyter-qtconsole.info b/development/jupyter-qtconsole/jupyter-qtconsole.info index 9b57efaf67..b929b682cd 100644 --- a/development/jupyter-qtconsole/jupyter-qtconsole.info +++ b/development/jupyter-qtconsole/jupyter-qtconsole.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-qtconsole" -VERSION="4.4.4" +VERSION="4.5.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/qtconsole/archive/4.4.4/qtconsole-4.4.4.tar.gz" -MD5SUM="7e973140790fee2b6bab6fc31d0a48e3" +DOWNLOAD="https://github.com/jupyter/qtconsole/archive/4.5.0/qtconsole-4.5.0.tar.gz" +MD5SUM="71c2f18fb7504203e55c5c504d915bb2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jupyter-ipykernel python3-PyQt5" |