Date: Thursday, June 30, 2022 @ 17:52:10 Author: arojas Revision: 1243115
Update to 0.6.5 Modified: jupyter-nbclient/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-30 17:09:29 UTC (rev 1243114) +++ PKGBUILD 2022-06-30 17:52:10 UTC (rev 1243115) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-nbclient -pkgver=0.6.4 +pkgver=0.6.5 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=('aa338d99582bc2de06d03cd57dbba920b798316062e4dd21fd21859fbf214201') +sha256sums=('c2777bc83ea87565e5dcc83b903d2a1cf61c00ca0912838e83dc29b295aa6e4e') build() { cd nbclient-$pkgver
