aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2021-04-09 18:57:34 +0200
committerRasmus Thomsen <oss@cogitri.dev>2021-04-09 18:57:34 +0200
commitc3a4244a5e63981cbde502c412c76e0060c80824 (patch)
tree77a2482355c58160307c1846af67553e088266ce
parentae3401fd557ae94a52715fa1b1acf2af7b250708 (diff)
community/ipython: rebuild against python3.9
-rw-r--r--community/ipython/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ipython/APKBUILD b/community/ipython/APKBUILD
index 5bae20ab90d..bb142e32f6a 100644
--- a/community/ipython/APKBUILD
+++ b/community/ipython/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=ipython
pkgver=7.21.0
-pkgrel=0
+pkgrel=1
pkgdesc="A rich toolkit to help you make the most of using Python interactively"
options="!check" # Too many tests fail
url="https://ipython.org/"