Date: Monday, May 9, 2022 @ 15:06:18 Author: arojas Revision: 1196379
Update to 0.6.3 Modified: jupyter-nbclient/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-09 14:59:58 UTC (rev 1196378) +++ PKGBUILD 2022-05-09 15:06:18 UTC (rev 1196379) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-nbclient -pkgver=0.6.2 +pkgver=0.6.3 pkgrel=1 pkgdesc="A tool for running Jupyter Notebooks in different execution contexts." arch=('any') @@ -11,7 +11,7 @@ makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') checkdepends=('python-pytest-asyncio' 'python-xmltodict' 'jupyter-nbconvert' 'python-ipywidgets') source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('39226706086f28cf7f31091114dd87432c1e989453d0619f0149deead3bd785a') +sha256sums=('6196e3f55f86c43d6f5b05da415f5c8c0e363160804f24a3c23179cfaa3cf4e2') build() { cd nbclient-$pkgver
