From c53cea1a7cbdfaaaffc75d4bd00fba4f4a7ffe66 Mon Sep 17 00:00:00 2001 From: Kevin Daudt <kdaudt@alpinelinux.org> Date: Sat, 27 Jul 2019 07:25:52 +0000 Subject: [PATCH] community/ipython: upgrade to 7.7.0 --- community/ipython/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/ipython/APKBUILD b/community/ipython/APKBUILD index 7ee3b06ec986..0d4d42e3074b 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" -- GitLab