diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-01 16:36:36 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-01 16:36:36 +0000 |
commit | dd39da3bcbff46975eb0188ec5469b410b56df48 (patch) | |
tree | 75733b859f5807d1b2506819417315dcd3268ef5 /community/ipython | |
parent | f8805ffda040b62db70e8a9a31b77b60c3ee7d0b (diff) | |
download | aports-dd39da3bcbff46975eb0188ec5469b410b56df48.tar.bz2 aports-dd39da3bcbff46975eb0188ec5469b410b56df48.tar.xz |
community/ipython: upgrade to 7.5.0
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" |