diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-09-03 21:38:00 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-08 08:37:50 +0700 |
commit | 0e2133d8a187f07624ad3505945f964bcc6f04b6 (patch) | |
tree | dc0d32bafd8859b899f3433c41da18132508bbd0 /python | |
parent | 33bce0b4767764a11d00c3178471ee94e12ca148 (diff) | |
download | slackbuilds-0e2133d8a187f07624ad3505945f964bcc6f04b6.tar.gz |
python/python3-jupyter-ipykernel: Updated for version 4.9.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python')
-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 5ae06f3555..0ba9751e72 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.8.2} +VERSION=${VERSION:-4.9.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 adc8cf0fdb..992d5041c2 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.8.2" +VERSION="4.9.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-4.8.2.tar.gz" -MD5SUM="91af54e6a4ad908ded0bed383dd03374" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-4.9.0.tar.gz" +MD5SUM="21fe853ab24b8e4b4b5004ff458ebb77" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-ipython python3-jupyter_client python3-tornado" |