diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-04-29 13:12:09 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-02 23:45:07 +0700 |
commit | 18c454680c2e876402485b5abf8e6442db91545a (patch) | |
tree | 22faba4670d5ac69dc3b23fc08b8fd74f48a430f /python/ipython | |
parent | 8962f001a7cb4e12e6d9fab5bdaf19f678df3ae2 (diff) |
python/ipython: Update for 8.13.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ipython')
-rw-r--r-- | python/ipython/ipython.SlackBuild | 2 | ||||
-rw-r--r-- | python/ipython/ipython.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/ipython/ipython.SlackBuild b/python/ipython/ipython.SlackBuild index 52ce4fcd914b..c66b79d3053d 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.0} +VERSION=${VERSION:-8.13.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info index b89a2fc74590..26d062ddbd29 100644 --- a/python/ipython/ipython.info +++ b/python/ipython/ipython.info @@ -1,8 +1,8 @@ PRGNAM="ipython" -VERSION="8.13.0" +VERSION="8.13.1" HOMEPAGE="http://ipython.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.13.0.tar.gz" -MD5SUM="11ac162f37c6569c4b7f5de2dc039b89" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.13.1.tar.gz" +MD5SUM="6d8347f1f213b3b6eaf801752d81fb34" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="decorator python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit backcall python3-stack_data typing-extensions" |