diff options
author | Erich Eckner <git@eckner.net> | 2018-10-21 22:02:46 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-10-21 22:02:46 +0200 |
commit | 34351658576219cb629aeefc44c72ff1c1ae76a9 (patch) | |
tree | 9a7a11acbcf208cfd1bb4c9f7d9baf6932e846be | |
parent | 2d2bb70aef7fb917327d33305d26e5f05ec0044c (diff) | |
download | archlinuxewe-34351658576219cb629aeefc44c72ff1c1ae76a9.tar.xz |
ipython-ipyparallel 6.2.2-2 -> 6.2.3-1
-rw-r--r-- | ipython-ipyparallel/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ipython-ipyparallel/PKGBUILD b/ipython-ipyparallel/PKGBUILD index 5b24b175d..d54869e52 100644 --- a/ipython-ipyparallel/PKGBUILD +++ b/ipython-ipyparallel/PKGBUILD @@ -2,8 +2,8 @@ pkgbase=ipython-ipyparallel pkgname=('ipython-ipyparallel' 'ipython2-ipyparallel' 'ipython-ipyparallel-common') -pkgver=6.2.2 -pkgrel='2' +pkgver=6.2.3 +pkgrel=1 pkgdesc="Interactive Parallel Computing in Python" url="https://github.com/ipython/ipyparallel" arch=(any) @@ -31,7 +31,7 @@ makedepends=( "${_depends[@]/python/python2}" ) source=("https://github.com/ipython/ipyparallel/archive/${pkgver}.tar.gz") -sha512sums=('abfbfdc23999a442fb9a1cc1c04c71dbf456cb78af9133b7a5510819f55e645e0dc6ae9b0894c4d04a18591988c6ede8c2400cca6d11167797c7b41861f70d04') +sha512sums=('09b642e37b1a8ad9ccd2cbf3a56112b947325e71893c5f720bdcc7c93c81c68f9ca658caeebd9bc1d5841e5254c899f2e7dddea8e1a5c69fd292a4b17c7aaec4') _common_files=( 'etc/' |