Date: Monday, January 16, 2023 @ 19:30:20 Author: arojas Revision: 1386636
upgpkg: python-ipykernel 6.20.2-1: Update to 6.20.2 Modified: python-ipykernel/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-16 19:27:24 UTC (rev 1386635) +++ PKGBUILD 2023-01-16 19:30:20 UTC (rev 1386636) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=python-ipykernel -pkgver=6.20.1 +pkgver=6.20.2 pkgrel=1 pkgdesc="The ipython kernel for Jupyter" arch=('any') @@ -11,7 +11,7 @@ makedepends=('python-build' 'python-installer' 'python-hatchling') checkdepends=('python-pytest-timeout' 'python-pytest-asyncio' 'python-flaky' 'python-ipyparallel' 'python-matplotlib') source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz") -sha256sums=('c9983015905a3281202938ea7fc014c4818b673511727629e8d264cf4afe5f8b') +sha256sums=('e00c4d9cafb5e74788276a274ba0adb381f942612798d01aaef68b28b9192c2a') # dep cycle with python-jupyter_client
