diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-02-19 17:26:37 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-23 08:26:52 +0700 |
commit | b53467e5fb2691772b49c60f78f0836fa0838dc0 (patch) | |
tree | 9d8fcdad9a9dc044ae1f148427fa5430e4ec317f /python/python3-ipython/python3-ipython.SlackBuild | |
parent | 908e9ab09099bec5ed7c1bf70d01451af276b383 (diff) |
python/python3-ipython: Updated for version 7.3.0.
Diffstat (limited to 'python/python3-ipython/python3-ipython.SlackBuild')
-rw-r--r-- | python/python3-ipython/python3-ipython.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-ipython/python3-ipython.SlackBuild b/python/python3-ipython/python3-ipython.SlackBuild index ddd1b9a6b94fb..10f178ad0c247 100644 --- a/python/python3-ipython/python3-ipython.SlackBuild +++ b/python/python3-ipython/python3-ipython.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild for python3-ipython -# 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=ipython PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-7.2.0} +VERSION=${VERSION:-7.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |