diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-06 19:59:08 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-06 19:59:15 +0000 |
commit | 8d6c5b01b8936f7047db14c7e51560ee1c2f51fc (patch) | |
tree | a91adeecda74c987e24a09048d12bbaee6cf32a4 /community/ipython | |
parent | 8aa4fdf7b8b81cd1e8ae0f0696fef0c4a4823e7a (diff) | |
download | aports-8d6c5b01b8936f7047db14c7e51560ee1c2f51fc.tar.bz2 aports-8d6c5b01b8936f7047db14c7e51560ee1c2f51fc.tar.xz |
community/ipython: update to 7.4.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 f78bc2dbda..13203ba711 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.3.0 +pkgver=7.4.0 pkgrel=0 pkgdesc="A rich toolkit to help you make the most of using Python interactively" url="https://ipython.org/" @@ -40,4 +40,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="825a466763ad3c57f7e8dbc15f66735e5bd686c77f3b5f8d147baea51a703849ad8c070136e06b3472de3f402bb99300e6ad8d62c1f94c361a6838ba4ae9e42a ipython-7.3.0.tar.gz" +sha512sums="f3b9b76d0eebdfd74424ac8ed7b788e519f963a080e4b306fbcd2b010a31d0968b31c18e23314a2e7b9e55d5d1d1997183538ff364b9df2316f4562265be8c16 ipython-7.4.0.tar.gz" |