diff options
Diffstat (limited to 'community/ipython')
-rw-r--r-- | community/ipython/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ipython/APKBUILD b/community/ipython/APKBUILD index 70649c74e5..6fed054991 100644 --- a/community/ipython/APKBUILD +++ b/community/ipython/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Kevin Daudt <kdaudt@alpinelinux.org> # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=ipython -pkgver=7.4.0 -pkgrel=1 +pkgver=7.5.0 +pkgrel=0 pkgdesc="A rich toolkit to help you make the most of using Python interactively" url="https://ipython.org/" arch="noarch" @@ -39,4 +39,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="f3b9b76d0eebdfd74424ac8ed7b788e519f963a080e4b306fbcd2b010a31d0968b31c18e23314a2e7b9e55d5d1d1997183538ff364b9df2316f4562265be8c16 ipython-7.4.0.tar.gz" +sha512sums="aa9416b2120d10d51047984de1d0a304bbc14926bdcf3407cba9a59920425435065ee6cb2ba0ee579f8f4cf190e78a042db32fc333979e7514b60e3ec01d9b47 ipython-7.5.0.tar.gz" |