diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-05 20:53:50 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-05 21:07:54 +0000 |
commit | dab179282bd3651acccb193e0d4ed64499ce1995 (patch) | |
tree | 707ae47724be81c9d47f16ce6f4d37d8d5d188f9 | |
parent | a0008995383430de1765d286bb96c202e482f246 (diff) | |
download | ports-dab179282bd3651acccb193e0d4ed64499ce1995.tar.gz ports-dab179282bd3651acccb193e0d4ed64499ce1995.zip |
devel/ipython: Update to 8.14.0
Changes: https://github.com/ipython/ipython/blob/main/docs/source/whatsnew/version8.rst
https://ipython.readthedocs.io/en/stable/whatsnew/version8.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 0b6f74503af0..7d49289da1fb 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -1,5 +1,5 @@ PORTNAME= ipython -PORTVERSION= 8.13.2 +PORTVERSION= 8.14.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index 7ec0290d6b03..b6a086d2e67f 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683227753 -SHA256 (ipython-8.13.2.tar.gz) = 7dff3fad32b97f6488e02f87b970f309d082f758d7b7fc252e3b19ee0e432dbb -SIZE (ipython-8.13.2.tar.gz) = 5467542 +TIMESTAMP = 1685995506 +SHA256 (ipython-8.14.0.tar.gz) = 1d197b907b6ba441b692c48cf2a3a2de280dc0ac91a3405b39349a50272ca0a1 +SIZE (ipython-8.14.0.tar.gz) = 5470735 |