diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-04-21 20:09:56 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-29 12:51:11 +0700 |
commit | 3fc56655331ab1cfc9d9395b873297f28be01219 (patch) | |
tree | b99fcd527f32330c91a3fb86c1c192ed2a1b694e /python/python3-jupyter_core | |
parent | 6dc714d20c38e074e03ba1569516c4e5d2eb3fb5 (diff) | |
download | slackbuilds-3fc56655331ab1cfc9d9395b873297f28be01219.tar.gz |
python/python3-jupyter_core: Updated for version 4.3.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/python3-jupyter_core')
-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 0d40a8cf9e..19a918819b 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.2.1} +VERSION=${VERSION:-4.3.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 30bbb9e4d2..5f47e5840b 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.2.1" +VERSION="4.3.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.2.1/jupyter_core-4.2.1.tar.gz" -MD5SUM="ca0fd9a9e84daee852c47e3e0d0a13a0" +DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.3.0/jupyter_core-4.3.0.tar.gz" +MD5SUM="5b2c8d6b8d5f1c8d45169775dd2a9049" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |