diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-04-04 11:06:56 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-11 09:29:59 +0700 |
commit | fd33a5bc7c7189b5012d70e13ef9f85eb5dacd98 (patch) | |
tree | 443644a6db7df31e58472d047e93a57fc0e84b36 | |
parent | 1482754a2ba64218cc941a60259c31d6dc8ddf58 (diff) | |
download | slackbuilds-fd33a5bc7c7189b5012d70e13ef9f85eb5dacd98.tar.gz |
python/python3-jupyter-ipykernel: Updated for version 5.2.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 3085cda137..68453cfbe2 100644 --- a/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild +++ b/python/python3-jupyter-ipykernel/python3-jupyter-ipykernel.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3-jupyter-ipykernel -VERSION=${VERSION:-5.1.4} +VERSION=${VERSION:-5.2.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 acb763ccc9..4f5a0c7a3f 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.4" +VERSION="5.2.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.1.4.tar.gz" -MD5SUM="d5b46b1f8a8b73c996a3a738a4c83c61" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.2.0.tar.gz" +MD5SUM="a02a0426be6781915e1fae648bf1a244" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-ipython jupyter_client python3-tornado" |