aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/ipython/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ipython/APKBUILD b/community/ipython/APKBUILD
index 2f35e432e8e..3fc936080e3 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.13.0
+pkgver=7.14.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="ee156643bd7d0f0c1525818ed8352b1d19b321e4f1259198946a7e0bac8af169e4f7785b685e9b9fcc6bc4288962ca8084fff52f2183e32932c7d4a09fa4fc1c ipython-7.13.0.tar.gz"
+sha512sums="83eff5663c63c7aa7e24d46c25bf659cc9ef0274de7073f7e392a7b2d67c1deaaffabe23599536c858bc648576f45b1cb942bccbedb340831540e30c63ec1539 ipython-7.14.0.tar.gz"