diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-13 11:35:40 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-13 11:40:06 +0000 |
commit | 16bcc2f1ae25ca269739f7d14d60c0e955aba187 (patch) | |
tree | f900ba2d05b0095071ae5c79f7c2efba1fb3bf7d | |
parent | 7f90a8e2d162f689cbc2cd1b05c424fd6612df23 (diff) | |
download | ports-16bcc2f1ae25ca269739f7d14d60c0e955aba187.tar.gz ports-16bcc2f1ae25ca269739f7d14d60c0e955aba187.zip |
devel/ipython: Update to 7.33.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 3e1b93ceecbe..de7bb5affd2a 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -1,7 +1,7 @@ # Created by: Dryice Liu PORTNAME= ipython -PORTVERSION= 7.32.0 +PORTVERSION= 7.33.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index 82f421a74413..d24845367160 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651316835 -SHA256 (ipython-7.32.0.tar.gz) = 468abefc45c15419e3c8e8c0a6a5c115b2127bafa34d7c641b1d443658793909 -SIZE (ipython-7.32.0.tar.gz) = 5158429 +TIMESTAMP = 1652122927 +SHA256 (ipython-7.33.0.tar.gz) = bcffb865a83b081620301ba0ec4d95084454f26b91d6d66b475bff3dfb0218d4 +SIZE (ipython-7.33.0.tar.gz) = 5158610 |