diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-30 16:01:19 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-30 16:01:19 +0000 |
commit | 3675d8a989eb6051ff1438bb427a65e6f86f4c4f (patch) | |
tree | be485475f368778fa182f6584a8f9bd07c115d5e | |
parent | 59e2619d3d2793266f5bd6cae2727cfb16d90d2f (diff) | |
download | ports-3675d8a989eb6051ff1438bb427a65e6f86f4c4f.tar.gz ports-3675d8a989eb6051ff1438bb427a65e6f86f4c4f.zip |
devel/ipython: Update to 7.32.0
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 | 2 | ||||
-rw-r--r-- | devel/ipython/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 34210b03eb36..3e1b93ceecbe 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -1,7 +1,7 @@ # Created by: Dryice Liu PORTNAME= ipython -PORTVERSION= 7.29.0 +PORTVERSION= 7.32.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index 3a8b50a7c626..82f421a74413 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1636117682 -SHA256 (ipython-7.29.0.tar.gz) = 4f69d7423a5a1972f6347ff233e38bbf4df6a150ef20fbb00c635442ac3060aa -SIZE (ipython-7.29.0.tar.gz) = 5151803 +TIMESTAMP = 1651316835 +SHA256 (ipython-7.32.0.tar.gz) = 468abefc45c15419e3c8e8c0a6a5c115b2127bafa34d7c641b1d443658793909 +SIZE (ipython-7.32.0.tar.gz) = 5158429 |