diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-03 08:54:55 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-03 09:01:02 +0000 |
commit | d2e3a4375eddb18c240f74da550d3a3c75303031 (patch) | |
tree | bf2fbe494ad899837a9d8116b5874a228b5c5a0b | |
parent | a9123b1abfd8c3cb47f865c02cbb3907183a8611 (diff) | |
download | ports-d2e3a4375eddb18c240f74da550d3a3c75303031.tar.gz ports-d2e3a4375eddb18c240f74da550d3a3c75303031.zip |
devel/ipython: Update to 7.34.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 de7bb5affd2a..7ea0503d719d 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -1,7 +1,7 @@ # Created by: Dryice Liu PORTNAME= ipython -PORTVERSION= 7.33.0 +PORTVERSION= 7.34.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index d24845367160..99c8320da83b 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652122927 -SHA256 (ipython-7.33.0.tar.gz) = bcffb865a83b081620301ba0ec4d95084454f26b91d6d66b475bff3dfb0218d4 -SIZE (ipython-7.33.0.tar.gz) = 5158610 +TIMESTAMP = 1653926158 +SHA256 (ipython-7.34.0.tar.gz) = af3bdb46aa292bce5615b1b2ebc76c2080c5f77f54bda2ec72461317273e7cd6 +SIZE (ipython-7.34.0.tar.gz) = 5158632 |