python/python3-ipython: Updated for version 7.7.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
parent
e484ab8bcb
commit
883289c5be
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=ipython
|
||||
PRGNAM=python3-$SRCNAM
|
||||
VERSION=${VERSION:-7.6.1}
|
||||
VERSION=${VERSION:-7.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-ipython"
|
||||
VERSION="7.6.1"
|
||||
VERSION="7.7.0"
|
||||
HOMEPAGE="http://ipython.org"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.6.1.tar.gz"
|
||||
MD5SUM="476346fcc8cbeace294162d65cf66e3b"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.7.0.tar.gz"
|
||||
MD5SUM="514e2789c897f47ff10880a8fbfd97d7"
|
||||
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 New Issue