diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-01-13 18:39:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-16 20:17:23 +0000 |
commit | ad0ff1fe79d791e87c9b5316a7e42d36e660fedf (patch) | |
tree | 8ca7ce4c92ad0fb531738dc7d3c7c1f6a5ff8c90 /testing/ipython/APKBUILD | |
parent | 3f6cab7d70ea9739a0bb807efe4bacf958b59c85 (diff) | |
download | aports-ad0ff1fe79d791e87c9b5316a7e42d36e660fedf.tar.bz2 aports-ad0ff1fe79d791e87c9b5316a7e42d36e660fedf.tar.xz |
testing/ipython: upgrade to 7.2.0
Diffstat (limited to 'testing/ipython/APKBUILD')
-rw-r--r-- | testing/ipython/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ipython/APKBUILD b/testing/ipython/APKBUILD index 37731c84c1..27d52e8601 100644 --- a/testing/ipython/APKBUILD +++ b/testing/ipython/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Kevin Daudt <kdaudt@alpinelinux.org> # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=ipython -pkgver=7.1.0 +pkgver=7.2.0 pkgrel=0 pkgdesc="A rich toolkit to help you make the most of using Python interactively" url="https://ipython.org/" @@ -40,4 +40,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="f31da8651bbb3507e95b61d7bec38d5be0ca93582b9e0cf0129313a862588993e250aedb30674e2763a6ecc998607d1b1e58aa84710f597a8cca9cbc66feffff ipython-7.1.0.tar.gz" +sha512sums="5a0f58f51f98007fff659dc95e659620533b268e4486460bec9cb589e7aa7e75766fd268bcb70a65d1f49548dbd3e9ccceb634c576b17654a1032b5b3219b6a1 ipython-7.2.0.tar.gz" |