diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-06-22 07:40:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-24 08:32:41 +0700 |
commit | 00d0686665559932c4b7ef370dc87e29815d86cd (patch) | |
tree | 8606250294261358b6fccf3ff30207fb396244b7 /development/jupyter_client | |
parent | f49f7cd96d8d181b4857bfa21e7ff2cc8d70ccc3 (diff) |
development/jupyter_client: Updated for version 5.1.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'development/jupyter_client')
-rw-r--r-- | development/jupyter_client/jupyter_client.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter_client/jupyter_client.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter_client/jupyter_client.SlackBuild b/development/jupyter_client/jupyter_client.SlackBuild index 243011abb957..bd65eaf1dec7 100644 --- a/development/jupyter_client/jupyter_client.SlackBuild +++ b/development/jupyter_client/jupyter_client.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jupyter_client -VERSION=${VERSION:-5.0.1} +VERSION=${VERSION:-5.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter_client/jupyter_client.info b/development/jupyter_client/jupyter_client.info index e1127f60a837..e20850ac88a7 100644 --- a/development/jupyter_client/jupyter_client.info +++ b/development/jupyter_client/jupyter_client.info @@ -1,8 +1,8 @@ PRGNAM="jupyter_client" -VERSION="5.0.1" +VERSION="5.1.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.0.1/jupyter_client-5.0.1.tar.gz" -MD5SUM="1dfbe37161afc31cc54aecc39864512d" +DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.1.0/jupyter_client-5.1.0.tar.gz" +MD5SUM="ee075f4c02f3b4d6bcd4284a6c81d015" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="decorator jupyter_core python-dateutil pyzmq traitlets" |