diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-03-27 14:22:56 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:53 +0700 |
commit | 5d8b8d7bc83474679aeae562c9a060232dc97a65 (patch) | |
tree | 684f25217ec83f0909d8c7c336eeb8ae95f007d1 /python/ipython/ipython.SlackBuild | |
parent | 7a2d5472a86c2dc8deb9ce7c8ba61b7266312f95 (diff) |
python/ipython: Update for 8.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ipython/ipython.SlackBuild')
-rw-r--r-- | python/ipython/ipython.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ipython/ipython.SlackBuild b/python/ipython/ipython.SlackBuild index 79ec67454c..c9d59bd166 100644 --- a/python/ipython/ipython.SlackBuild +++ b/python/ipython/ipython.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ipython -VERSION=${VERSION:-8.1.1} +VERSION=${VERSION:-8.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |