diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-02-03 21:30:33 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-02-10 18:06:58 +0000 |
commit | 1a5b10012cf51fb71cb3da69f32fabc6294c509f (patch) | |
tree | b731e3f834f81fb4f1ea346cfb889c4cc353a3a3 | |
parent | 33584812fecbf6db40464e507cc3a84b69d90d33 (diff) | |
download | aports-1a5b10012cf51fb71cb3da69f32fabc6294c509f.tar.bz2 aports-1a5b10012cf51fb71cb3da69f32fabc6294c509f.tar.xz |
community/ipython: upgrade to 7.12.0
-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" |