diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-01 19:45:19 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-02 01:24:06 -0300 |
commit | 84c17434ff10895762264f6843b1889bd9769091 (patch) | |
tree | 4acbc6e1ccf3b9281762dc2a16de63214938eed5 /community/ipython | |
parent | 55c871095c177ed3bff83a0ff1e059ec51acc066 (diff) | |
download | aports-84c17434ff10895762264f6843b1889bd9769091.tar.bz2 aports-84c17434ff10895762264f6843b1889bd9769091.tar.xz |
community/ipython: upgrade to 7.13.0
Diffstat (limited to 'community/ipython')
-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 91f60724e0..2f35e432e8 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" |