diff options
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 102080da9f..eec0ae3fe1 100644 --- a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild +++ b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter-qtconsole -# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ SRCNAM=qtconsole PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-4.4.3} +VERSION=${VERSION:-4.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-qtconsole/jupyter-qtconsole.info b/development/jupyter-qtconsole/jupyter-qtconsole.info index 6ca29d0480..dd84f37207 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.3" +VERSION="4.4.4" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/qtconsole/archive/4.4.3/qtconsole-4.4.3.tar.gz" -MD5SUM="0a62968e5d5bf60579d20c83d4c6a678" +DOWNLOAD="https://github.com/jupyter/qtconsole/archive/4.4.4/qtconsole-4.4.4.tar.gz" +MD5SUM="7e973140790fee2b6bab6fc31d0a48e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter-ipykernel" |