diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-02-22 19:30:16 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-24 06:10:03 +0700 |
commit | 049c80e2d28b4012c75ef7f48fd8c78ae96a455a (patch) | |
tree | db91e0ac215af943eecc9f27bf4d564513e2b88e /python/python3-ipython/python3-ipython.SlackBuild | |
parent | 1880e29cbc3aa0eda8ab57ded2fc92aad6dbcc88 (diff) |
python/python3-ipython: Updated for version 7.12.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
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 018a8c0430e5e..ffe6202decf87 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-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3-ipython -VERSION=${VERSION:-7.11.1} +VERSION=${VERSION:-7.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |