Date: Tuesday, November 29, 2022 @ 22:07:06 Author: arojas Revision: 1355219
upgpkg: jupyter-nbclient 0.7.2-1: Update to 0.7.2 Modified: jupyter-nbclient/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-29 22:07:02 UTC (rev 1355218) +++ PKGBUILD 2022-11-29 22:07:06 UTC (rev 1355219) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-nbclient -pkgver=0.7.1 +pkgver=0.7.2 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-hatchling') checkdepends=('python-pytest-asyncio' 'python-xmltodict' 'jupyter-nbconvert' 'python-ipywidgets') source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('83dcba41d40543fe7f9f763765bc634496b862f8d72394e47728f26e1e1966fa') +sha256sums=('06d2d73ab1b8e929f52a20e65986f4c36bd410d964681c8a36a72ddf0e3c7661') build() { cd nbclient-$pkgver
