Date: Wednesday, June 1, 2022 @ 19:40:45 Author: arojas Revision: 1218360
Update to 0.6.4 Modified: jupyter-nbclient/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-01 19:40:32 UTC (rev 1218359) +++ PKGBUILD 2022-06-01 19:40:45 UTC (rev 1218360) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-nbclient -pkgver=0.6.3 +pkgver=0.6.4 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=('6196e3f55f86c43d6f5b05da415f5c8c0e363160804f24a3c23179cfaa3cf4e2') +sha256sums=('aa338d99582bc2de06d03cd57dbba920b798316062e4dd21fd21859fbf214201') build() { cd nbclient-$pkgver
