Date: Monday, December 19, 2022 @ 21:08:11 Author: arojas Revision: 1362035
upgpkg: python-ipykernel 6.19.3-1: Update to 6.19.3 Modified: python-ipykernel/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-19 20:56:12 UTC (rev 1362034) +++ PKGBUILD 2022-12-19 21:08:11 UTC (rev 1362035) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=python-ipykernel -pkgver=6.19.2 +pkgver=6.19.3 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=('dc78171c6e16636f2fb0859d7b17e6c9564d12384e825cc7558aa4db0e42bfe1') +sha256sums=('3a209a871ab3b7e6a16f8e83e34504613b961449878e5f3fb693d9fc3a5e430c') # dep cycle with python-jupyter_client
