diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-01-31 23:48:06 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 15:03:28 +0700 |
commit | d7b5c86d6d0fb27dd17b5b88d5940f670b124bc5 (patch) | |
tree | 87537b7a3bfb00f525418b037579e24adeb75381 /python | |
parent | 53664eb69f1a51b85446e56a0395a5ba3d9a1ffa (diff) | |
download | slackbuilds-d7b5c86d6d0fb27dd17b5b88d5940f670b124bc5.tar.gz |
python/python3-jupyter-ipykernel: Updated for version 5.1.4.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild b/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild index f3e461e46b..3085cda137 100644 --- a/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild +++ b/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-jupyter-ipykernel -# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3-jupyter-ipykernel -VERSION=${VERSION:-5.1.3} +VERSION=${VERSION:-5.1.4} 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 bcf9212aa7..acb763ccc9 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="5.1.3" +VERSION="5.1.4" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.1.3.tar.gz" -MD5SUM="c1d0ff3d8f7e8517a44fef33516929ec" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.1.4.tar.gz" +MD5SUM="d5b46b1f8a8b73c996a3a738a4c83c61" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-ipython jupyter_client python3-tornado" |