diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-12-07 22:27:39 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-09 08:27:37 +0700 |
commit | 15db1307b96958207a52b7611523de9c0894c177 (patch) | |
tree | ceaf06f1b0ddc9808f49f91d3736bed9ab0e9c67 | |
parent | c728b945a7433fd117168d8a220efcc5fd79c859 (diff) | |
download | slackbuilds-15db1307b96958207a52b7611523de9c0894c177.tar.gz |
python/python3-jupyter-ipykernel: Updated for version 4.7.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-rw-r--r-- | python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild b/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild index c7fb86f34d..353b58aace 100644 --- a/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild +++ b/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=ipykernel PRGNAM=python3-jupyter-$SRCNAM -VERSION=${VERSION:-4.6.0} +VERSION=${VERSION:-4.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.info b/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.info index 2886902f38..fc5d1b8c25 100644 --- a/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.info +++ b/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.info @@ -1,8 +1,8 @@ PRGNAM="python3-jupyter-ipykernel" -VERSION="4.6.0" +VERSION="4.7.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-4.6.0.tar.gz" -MD5SUM="0ece8acd7866261b07c3eb58e134b510" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-4.7.0.tar.gz" +MD5SUM="2d597192656fbac76c3c1a95aa18c44e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter-notebook python3-ipython python3-jupyter_client python3-tornado" |