diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-05-04 12:05:03 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-05 07:51:04 +0700 |
commit | 2868cec0c3beebf9a87ccbcc0538cd88bea38bdd (patch) | |
tree | f2816dee0dec7bdf3d7702a09871e59a7fb54180 /python/ipython/ipython.SlackBuild | |
parent | c8af424a20b88553371da18c716b7e9e8f763d5c (diff) |
python/ipython: Update for 8.13.2
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 c66b79d305..9fe4760466 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.13.1} +VERSION=${VERSION:-8.13.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |