diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-05-03 08:18:29 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-04 09:06:48 +0700 |
commit | e62ae3003a486161a17401ab0bd4122d32309458 (patch) | |
tree | 1ca4c5c9c8c75cbad3429971366b5be6b3f62e4f | |
parent | 2b0272140966296ea297a6fe9de496a20ece06ad (diff) |
development/jupyter-qtconsole: Updated for version 4.4.4.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-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 102080da9ffd..eec0ae3fe1fe 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 6ca29d0480c1..dd84f372077e 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" |