diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-06-28 11:37:01 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:17 +0700 |
commit | 63e1f625c2d938e06e61e82bf106b8ccec65213b (patch) | |
tree | c5226f614e0e28220c50ee898205e07af9271606 /python/ipython/ipython.SlackBuild | |
parent | d8b318f8c7d1a01fab81d743050304a9ee2c3a88 (diff) |
python/ipython: Updated for version 8.14.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ipython/ipython.SlackBuild')
-rw-r--r-- | python/ipython/ipython.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/ipython/ipython.SlackBuild b/python/ipython/ipython.SlackBuild index c6df055235..ea997535c8 100644 --- a/python/ipython/ipython.SlackBuild +++ b/python/ipython/ipython.SlackBuild @@ -5,6 +5,7 @@ # Copyright 2008-2011 Carlos Corbacho <carlos@strangeworlds.co.uk> # Copyright 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2023 Jeremy Hansem <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ipython -VERSION=${VERSION:-8.13.2} +VERSION=${VERSION:-8.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |