diff options
-rw-r--r-- | python/python3-ipython/python3-ipython.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-ipython/python3-ipython.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-ipython/python3-ipython.SlackBuild b/python/python3-ipython/python3-ipython.SlackBuild index 1d489fb641..68ce1439be 100644 --- a/python/python3-ipython/python3-ipython.SlackBuild +++ b/python/python3-ipython/python3-ipython.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=ipython PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-6.3.0} +VERSION=${VERSION:-6.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-ipython/python3-ipython.info b/python/python3-ipython/python3-ipython.info index 2d108c6bea..d3dfd83213 100644 --- a/python/python3-ipython/python3-ipython.info +++ b/python/python3-ipython/python3-ipython.info @@ -1,8 +1,8 @@ PRGNAM="python3-ipython" -VERSION="6.3.0" +VERSION="6.3.1" HOMEPAGE="http://ipython.org" -DOWNLOAD="https://github.com/ipython/ipython/archive/6.3.0/ipython-6.3.0.tar.gz" -MD5SUM="944ead51f09e4e1287974f7cd36a9748" +DOWNLOAD="https://github.com/ipython/ipython/archive/6.3.1/ipython-6.3.1.tar.gz" +MD5SUM="48e01bd73472b5fc5ae0bd03b1d2323d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-decorator python3-ipython_genutils python3-jedi python3-pexpect python3-pickleshare python3-prompt_toolkit python3-Pygments python3-simplegeneric python3-traitlets backcall" |