diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-04-19 09:18:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-21 07:43:05 +0700 |
commit | 645a37804d69edcf164c9f13be9aaee4ee8550f7 (patch) | |
tree | ccef3942c2cc378a5d20c2c32e5e75d677208a94 /development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild | |
parent | b971acee50e886b226de9214add2be55b3b6be4f (diff) |
development/jupyter-ipywidgets: Updated for version 7.2.1.
Diffstat (limited to 'development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild')
-rw-r--r-- | development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild b/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild index bb5b42dec453e..2cd01112498c6 100644 --- a/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild +++ b/development/jupyter-ipywidgets/jupyter-ipywidgets.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter-ipywidgets -# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2018 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=ipywidgets PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-7.2.0} +VERSION=${VERSION:-7.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |