diff --git a/community/ipython/APKBUILD b/community/ipython/APKBUILD index 7ee3b06ec986d8b2c4f84efb5ebab8253e1006da..0d4d42e3074bef320ea05aeca1c14c6742d4c2cb 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.6.1 +pkgver=7.7.0 pkgrel=0 pkgdesc="A rich toolkit to help you make the most of using Python interactively" url="https://ipython.org/" @@ -39,4 +39,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="1ffb758511768fc95d1e06dee09b2e8befea95f0888a25cddb90687f0f005ec872104824854fcdb54ddbaa4e164d50e8fdff18a8085b7e8f54071951e0b443a1 ipython-7.6.1.tar.gz" +sha512sums="1a57be9e9d06c5ea6d9a954fcf5932bd185e8dc12ba2226e12c0032185a738ed4c36acfe5dc8ad116d13cf861728f659fdb1b4671ef094a97902b77ebd836d9f ipython-7.7.0.tar.gz"