diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-18 17:54:22 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-18 17:54:22 +0000 |
commit | 92920854c08446294812c11a2e527d14695a54cc (patch) | |
tree | e21bbc7c63eb4cd18d63b3fab3e6ae23c4e20bef | |
parent | 266273b0c98d7ca42a35ee849f849c17dbe10eaa (diff) | |
download | ports-92920854c08446294812c11a2e527d14695a54cc.tar.gz ports-92920854c08446294812c11a2e527d14695a54cc.zip |
devel/ipython: Update to 7.25.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 fd0152224dab..417ff520f2ff 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -1,7 +1,7 @@ # Created by: Dryice Liu PORTNAME= ipython -PORTVERSION= 7.24.1 +PORTVERSION= 7.25.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index d6a727c39bb1..04094f4a192c 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624630210 -SHA256 (ipython-7.24.1.tar.gz) = 9bc24a99f5d19721fb8a2d1408908e9c0520a17fff2233ffe82620847f17f1b6 -SIZE (ipython-7.24.1.tar.gz) = 5146561 +TIMESTAMP = 1626542178 +SHA256 (ipython-7.25.0.tar.gz) = 54bbd1fe3882457aaf28ae060a5ccdef97f212a741754e420028d4ec5c2291dc +SIZE (ipython-7.25.0.tar.gz) = 5147224 |