diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-01-16 16:24:24 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-17 19:46:20 +0700 |
commit | dc0916aa19c15a270bff1a58d730b02041424c92 (patch) | |
tree | af071967c65b000d025c0728779f5a32341e0382 /development/jupyter-notebook/jupyter-notebook.SlackBuild | |
parent | cecc473ddff153a02abf3cfc7be4420a287bd4ac (diff) |
development/jupyter-notebook: Updated for version 5.3.1.
New dependency on python/send2trash.
Diffstat (limited to 'development/jupyter-notebook/jupyter-notebook.SlackBuild')
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild index 3932dabc48260..2102993005fb0 100644 --- a/development/jupyter-notebook/jupyter-notebook.SlackBuild +++ b/development/jupyter-notebook/jupyter-notebook.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=notebook PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-5.2.2} +VERSION=${VERSION:-5.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |