diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-04-08 22:57:30 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-13 06:57:00 +0700 |
commit | 25189996b41d49dafe1f665be3331f527b30220b (patch) | |
tree | 52ef8773fe884fef35511ce71139de20f13bd2ed /development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild | |
parent | bf22f6c41994c22e80614bf14960af10d6860b45 (diff) |
development/jupyter-ipykernel: Updated for version 4.10.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild')
-rw-r--r-- | development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild b/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild index 4e40c497ba6f9..87e1ac8a14468 100644 --- a/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild +++ b/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter-ipykernel -# Copyright 2017 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=ipykernel PRGNAM=jupyter-$SRCNAM -VERSION=${VERSION:-4.9.0} +VERSION=${VERSION:-4.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |