Date: Wednesday, October 12, 2022 @ 07:45:51 Author: arojas Revision: 1327776
upgpkg: python-jupyter_client 7.4.2-1: Update to 7.4.2 Modified: python-jupyter_client/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-12 07:01:28 UTC (rev 1327775) +++ PKGBUILD 2022-10-12 07:45:51 UTC (rev 1327776) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=python-jupyter_client -pkgver=7.4.1 +pkgver=7.4.2 pkgrel=1 pkgdesc="Jupyter protocol implementation and client libraries" arch=('any') @@ -13,7 +13,7 @@ checkdepends=('python-pytest' 'python-async_generator' 'python-pytest-asyncio' 'python-pytest-timeout') #source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz") source=("https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-$pkgver.tar.gz") -sha256sums=('3f30b1f27dc61adf5d0f5d466ef7185f6a19140c54395600b6df9adbe7d5ebcf') +sha256sums=('b91a9a7b91ac69adf170d98c87917320f6b466e1c5e89b300226ef4047193376') # dep cycle with python-ipykernel
