diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-04-08 23:21:15 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-13 06:57:00 +0700 |
commit | b5a7e435b19aa654263d38b10814523a5ac8e8b5 (patch) | |
tree | 237f9a616717843691b02c3cef14b0dec8007305 /development/jupyter-ipyleaflet | |
parent | 25189996b41d49dafe1f665be3331f527b30220b (diff) |
development/jupyter-ipyleaflet: Updated for version 0.10.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'development/jupyter-ipyleaflet')
-rw-r--r-- | development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyter-ipyleaflet/jupyter-ipyleaflet.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild index 220eb75333e6..f277912599fb 100644 --- a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild +++ b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter-ipyleaflet -# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ SRCNAM=ipyleaflet PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-0.9.1} +VERSION=${VERSION:-0.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.info b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.info index 5a956429f5bd..4e11c06bdfa5 100644 --- a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.info +++ b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.info @@ -1,10 +1,10 @@ PRGNAM="jupyter-ipyleaflet" -VERSION="0.9.1" +VERSION="0.10.1" HOMEPAGE="https://github.com/ellisonbg/ipyleaflet" -DOWNLOAD="https://anaconda.org/conda-forge/ipyleaflet/0.9.1/download/linux-64/ipyleaflet-0.9.1-py27_0.tar.bz2" -MD5SUM="fd4400d18e3daf90d5f6de81d0320653" +DOWNLOAD="https://anaconda.org/conda-forge/ipyleaflet/0.10.1/download/linux-64/ipyleaflet-0.10.1-py27_0.tar.bz2" +MD5SUM="1bec2ed9d51c830b8eff67a2ba2a6e33" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="jupyter-ipywidgets traittypes" +REQUIRES="jupyter-ipywidgets python-branca traittypes" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |