Date: Saturday, September 5, 2020 @ 22:18:34 Author: arojas Revision: 699207
Update to 6.1.6 Modified: python-jupyter_client/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-05 22:15:35 UTC (rev 699206) +++ PKGBUILD 2020-09-05 22:18:34 UTC (rev 699207) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=python-jupyter_client -pkgver=6.1.3 +pkgver=6.1.6 pkgrel=1 pkgdesc="Jupyter protocol implementation and client libraries" arch=('any') @@ -11,7 +11,7 @@ 'python-jupyter_core' 'python-dateutil') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz") -md5sums=('bd3b2be29f7a967493b62f9833df2f7d') +md5sums=('324fdaf482ed5fc52a72b7cf41a44bcd') # dep cycle with python-ipykernel
