diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-29 06:51:04 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-29 07:19:16 +0000 |
commit | 32f451f591fdca00939e7a73df2494a9a16b68dc (patch) | |
tree | 0e24004d3c6ea10389cdabf725e0daecd5188f56 /community/ipython | |
parent | 8a75360b7b1947ecc354245e176f56e331befd17 (diff) | |
download | aports-32f451f591fdca00939e7a73df2494a9a16b68dc.tar.bz2 aports-32f451f591fdca00939e7a73df2494a9a16b68dc.tar.xz |
community/ipython: upgrade to 7.6.0
Diffstat (limited to 'community/ipython')
-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 6fed054991..5439cd8962 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.5.0 +pkgver=7.6.0 pkgrel=0 pkgdesc="A rich toolkit to help you make the most of using Python interactively" url="https://ipython.org/" @@ -39,4 +39,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="aa9416b2120d10d51047984de1d0a304bbc14926bdcf3407cba9a59920425435065ee6cb2ba0ee579f8f4cf190e78a042db32fc333979e7514b60e3ec01d9b47 ipython-7.5.0.tar.gz" +sha512sums="6874ae0491c4bba39f5c4a5eacff4ab13afeba00ef1e5e4062ff1531709d43f578933a302ba875d43831ce4ddd31959aee38bc1793959ce8c515d13c58ddcf87 ipython-7.6.0.tar.gz" |