From ad0ff1fe79d791e87c9b5316a7e42d36e660fedf Mon Sep 17 00:00:00 2001 From: Kevin Daudt <kdaudt@alpinelinux.org> Date: Sun, 13 Jan 2019 18:39:23 +0000 Subject: [PATCH] testing/ipython: upgrade to 7.2.0 --- testing/ipython/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/ipython/APKBUILD b/testing/ipython/APKBUILD index 37731c84c112..27d52e8601fd 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" -- GitLab