diff options
-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 8cbd213656..31f703f6a2 100644 --- a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild +++ b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=qtconsole PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-4.5.0} +VERSION=${VERSION:-4.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-qtconsole/jupyter-qtconsole.info b/development/jupyter-qtconsole/jupyter-qtconsole.info index b929b682cd..9bcf97fb7a 100644 --- a/development/jupyter-qtconsole/jupyter-qtconsole.info +++ b/development/jupyter-qtconsole/jupyter-qtconsole.info @@ -1,8 +1,8 @@ PRGNAM="jupyter-qtconsole" -VERSION="4.5.0" +VERSION="4.5.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/qtconsole/archive/4.5.0/qtconsole-4.5.0.tar.gz" -MD5SUM="71c2f18fb7504203e55c5c504d915bb2" +DOWNLOAD="https://github.com/jupyter/qtconsole/archive/4.5.1/qtconsole-4.5.1.tar.gz" +MD5SUM="3c267f60d3e0299079ea225a2af2f338" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jupyter-ipykernel python3-PyQt5" |