Date: Monday, May 15, 2023 @ 20:20:15 Author: arojas Revision: 1461868
upgpkg: python-ipykernel 6.23.1-1: Update to 6.23.1 Modified: python-ipykernel/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-15 19:49:59 UTC (rev 1461867) +++ PKGBUILD 2023-05-15 20:20:15 UTC (rev 1461868) @@ -3,8 +3,8 @@ _pyname=ipykernel pkgname=python-$_pyname -pkgver=6.23.0 -pkgrel=2 +pkgver=6.23.1 +pkgrel=1 pkgdesc='The ipython kernel for Jupyter' arch=(any) url='https://pypi.org/project/ipykernel/' @@ -14,7 +14,7 @@ checkdepends=(python-pytest-timeout python-pytest-asyncio python-flaky python-ipyparallel python-matplotlib python-debugpy) optdepends=('python-debugpy: debugger support') source=(https://github.com/ipython/ipykernel/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('72a4f1e1f3e49c95875fe11ef6ceb0bb695bfd6431c948b2a27ef114e546541d') +sha256sums=('f40f5c371c5e1a555ba407714cb266ec54909eab40f9fe66148b7f0774677df4') build() { cd $_pyname-$pkgver
