Date: Wednesday, April 26, 2023 @ 18:22:04 Author: arojas Revision: 1448826
upgpkg: jupyter-nbclient 0.7.4-1: Update to 0.7.4 Modified: jupyter-nbclient/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-26 18:19:00 UTC (rev 1448825) +++ PKGBUILD 2023-04-26 18:22:04 UTC (rev 1448826) @@ -2,8 +2,8 @@ # Contributor: Kyle Keen <[email protected]> pkgname=jupyter-nbclient -pkgver=0.7.3 -pkgrel=3 +pkgver=0.7.4 +pkgrel=1 pkgdesc='A tool for running Jupyter Notebooks in different execution contexts' arch=(any) url='https://github.com/jupyter/nbclient' @@ -12,7 +12,7 @@ makedepends=(python-build python-installer python-hatchling) checkdepends=(python-pytest-asyncio python-xmltodict jupyter-nbconvert python-ipywidgets python-flaky) source=(https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('a8db99eb1ae5b1925039d8e91c77ea7410d6ce6c071eb075c4509d166d0be3b6') +sha256sums=('faa17a5253d6e8ec0db50a0dbe520899cb6840b3908112cba9462cc9b0cc21e2') build() { cd nbclient-$pkgver
