Date: Saturday, August 27, 2022 @ 08:51:11 Author: arojas Revision: 1284565
upgpkg: jupyter-nbclient 0.6.7-1: Update to 0.6.7 Modified: jupyter-nbclient/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-27 08:28:22 UTC (rev 1284564) +++ PKGBUILD 2022-08-27 08:51:11 UTC (rev 1284565) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-nbclient -pkgver=0.6.6 +pkgver=0.6.7 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=('6e52a7e28bf643c9c51bf0d889b99b6770372117eb8567d65fa907be586c93e9') +sha256sums=('cf328b81a93e7fb92175f397d464a33c63bb86b5491d3ec2e6b76a226b57f9d1') build() { cd nbclient-$pkgver
