diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-11-01 23:25:20 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-04 07:17:31 +0700 |
commit | 479ef8f287f97d236d2c1dadb72c21efa5441bf7 (patch) | |
tree | 328782d894112f18ca170fb30bba8c992b851e6e /python | |
parent | f80e0477c0ba9222e4924cca08db1bdac1fe90be (diff) | |
download | slackbuilds-479ef8f287f97d236d2c1dadb72c21efa5441bf7.tar.gz |
python/python3-jupyter_core: Updated for version 4.4.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-jupyter_core/python3-jupyter_core.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-jupyter_core/python3-jupyter_core.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-jupyter_core/python3-jupyter_core.SlackBuild b/python/python3-jupyter_core/python3-jupyter_core.SlackBuild index 19a918819b..f8cb2b5d1c 100644 --- a/python/python3-jupyter_core/python3-jupyter_core.SlackBuild +++ b/python/python3-jupyter_core/python3-jupyter_core.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=jupyter_core PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-4.3.0} +VERSION=${VERSION:-4.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-jupyter_core/python3-jupyter_core.info b/python/python3-jupyter_core/python3-jupyter_core.info index 5f47e5840b..1a1f550a41 100644 --- a/python/python3-jupyter_core/python3-jupyter_core.info +++ b/python/python3-jupyter_core/python3-jupyter_core.info @@ -1,8 +1,8 @@ PRGNAM="python3-jupyter_core" -VERSION="4.3.0" +VERSION="4.4.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.3.0/jupyter_core-4.3.0.tar.gz" -MD5SUM="5b2c8d6b8d5f1c8d45169775dd2a9049" +DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.4.0/jupyter_core-4.4.0.tar.gz" +MD5SUM="f2bdb8be2959d3043b77508dd6498687" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |