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/jupyter-ipyleaflet.SlackBuild | |
parent | 25189996b41d49dafe1f665be3331f527b30220b (diff) | |
download | slackbuilds-b5a7e435b19aa654263d38b10814523a5ac8e8b5.tar.gz |
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/jupyter-ipyleaflet.SlackBuild')
-rw-r--r-- | development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild b/development/jupyter-ipyleaflet/jupyter-ipyleaflet.SlackBuild index 220eb75333..f277912599 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} |