diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-25 19:34:52 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-25 19:34:52 +0000 |
commit | 71668b894262ce6e30793aafad1b53c2b0bdb99f (patch) | |
tree | 4422a5d8f0956565c2573a0aeb75cf68170e4ffd | |
parent | 52dfc8ba1c43615643924a8cc795902bb4c9b93f (diff) | |
download | aports-71668b894262ce6e30793aafad1b53c2b0bdb99f.tar.bz2 aports-71668b894262ce6e30793aafad1b53c2b0bdb99f.tar.xz |
community/ipython: upgrade to 7.9.0
-rw-r--r-- | community/ipython/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ipython/APKBUILD b/community/ipython/APKBUILD index db24b9e84b..400ad2e5b6 100644 --- a/community/ipython/APKBUILD +++ b/community/ipython/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Kevin Daudt <kdaudt@alpinelinux.org> # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=ipython -pkgver=7.8.0 +pkgver=7.9.0 pkgrel=0 pkgdesc="A rich toolkit to help you make the most of using Python interactively" options="!check" # Too many tests fail @@ -47,4 +47,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="7041b95a94e4057a5816e7da52859e951bdf8b4f47b62e921ae73dd536bcd9ca5f8fd5bcd24926c30eb8de09345db6d4c874eaa93d8f497edd8ccf7aa4426978 ipython-7.8.0.tar.gz" +sha512sums="89f09d6f76f3e14044f55b73aa81b025b40cf5c4ff5cc8c2368938077e04482de372a378d64cccbefa7799c53f8c0f2124724184cbe91d4fd64c7dd620e8f294 ipython-7.9.0.tar.gz" |