mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/python3-ipython: Updated for version 7.19.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
83a84f8906
commit
18ad5f54c5
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python3-ipython
|
||||
VERSION=${VERSION:-7.18.1}
|
||||
VERSION=${VERSION:-7.19.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-ipython"
|
||||
VERSION="7.18.1"
|
||||
VERSION="7.19.0"
|
||||
HOMEPAGE="http://ipython.org"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.18.1.tar.gz"
|
||||
MD5SUM="f2db1158dc40d70a31b6bbef86e74789"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.19.0.tar.gz"
|
||||
MD5SUM="33bdc8287c827aae23699751b0ed3f7a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect pickleshare python3-prompt_toolkit Pygments simplegeneric traitlets backcall"
|
||||
|
|
Loading…
Reference in a new issue