aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-01 19:45:19 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-02 01:24:06 -0300
commit84c17434ff10895762264f6843b1889bd9769091 (patch)
tree4acbc6e1ccf3b9281762dc2a16de63214938eed5
parent55c871095c177ed3bff83a0ff1e059ec51acc066 (diff)
community/ipython: upgrade to 7.13.0
-rw-r--r--community/ipython/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ipython/APKBUILD b/community/ipython/APKBUILD
index 91f60724e09..2f35e432e8e 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.12.0
+pkgver=7.13.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="2779baa51a7cb691ab346207fa22d4ce9f84249dd7b3b7cca21a2249ef17a9e2d2a0d8f7089f0d5872b2b1dd3b9bc1f74c65eee7cb18fbe4704697d568e1268a ipython-7.12.0.tar.gz"
+sha512sums="ee156643bd7d0f0c1525818ed8352b1d19b321e4f1259198946a7e0bac8af169e4f7785b685e9b9fcc6bc4288962ca8084fff52f2183e32932c7d4a09fa4fc1c ipython-7.13.0.tar.gz"