diff options
-rw-r--r-- | community/ipython/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ipython/APKBUILD b/community/ipython/APKBUILD index 5195f4db0e..91f60724e0 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.11.1 +pkgver=7.12.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="a4cf70fd8b7eadcf445986aff8084acf2048b5361f8c40b7104a483a9397eca7902ac14ae196bbaa81d56c30268fdd5cb750773d68668849cfef9c2af2965243 ipython-7.11.1.tar.gz" +sha512sums="2779baa51a7cb691ab346207fa22d4ce9f84249dd7b3b7cca21a2249ef17a9e2d2a0d8f7089f0d5872b2b1dd3b9bc1f74c65eee7cb18fbe4704697d568e1268a ipython-7.12.0.tar.gz" |