diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-30 20:39:09 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-30 20:44:01 +0000 |
commit | 7eb2aeefb997e6ef834c9adb98fc49e94ba6777c (patch) | |
tree | c79d4cd00c6dd6f3045a4b55e1b662226fe4de23 | |
parent | 73d8dfacb4766d23b300bb5f11a79b9f77c0e2bc (diff) | |
download | ports-7eb2aeefb997e6ef834c9adb98fc49e94ba6777c.tar.gz ports-7eb2aeefb997e6ef834c9adb98fc49e94ba6777c.zip |
devel/ipython: Update to 7.24.1
Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
-rw-r--r-- | devel/ipython/Makefile | 3 | ||||
-rw-r--r-- | devel/ipython/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 25d48bebe796..fd0152224dab 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -1,8 +1,7 @@ # Created by: Dryice Liu PORTNAME= ipython -PORTVERSION= 7.23.1 -PORTREVISION= 1 +PORTVERSION= 7.24.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index 85b66c6bc148..d6a727c39bb1 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620294198 -SHA256 (ipython-7.23.1.tar.gz) = 714810a5c74f512b69d5f3b944c86e592cee0a5fb9c728e582f074610f6cf038 -SIZE (ipython-7.23.1.tar.gz) = 5188898 +TIMESTAMP = 1624630210 +SHA256 (ipython-7.24.1.tar.gz) = 9bc24a99f5d19721fb8a2d1408908e9c0520a17fff2233ffe82620847f17f1b6 +SIZE (ipython-7.24.1.tar.gz) = 5146561 |