Date: Friday, July 1, 2022 @ 17:09:10 Author: arojas Revision: 1243220
Update to 0.6.6 Modified: jupyter-nbclient/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-01 17:02:04 UTC (rev 1243219) +++ PKGBUILD 2022-07-01 17:09:10 UTC (rev 1243220) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-nbclient -pkgver=0.6.5 +pkgver=0.6.6 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=('c2777bc83ea87565e5dcc83b903d2a1cf61c00ca0912838e83dc29b295aa6e4e') +sha256sums=('6e52a7e28bf643c9c51bf0d889b99b6770372117eb8567d65fa907be586c93e9') build() { cd nbclient-$pkgver
