Date: Thursday, October 20, 2022 @ 06:01:24 Author: arojas Revision: 1332938
upgpkg: python-jupyter_client 7.4.3-1: Update to 7.4.3 Modified: python-jupyter_client/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-20 04:51:24 UTC (rev 1332937) +++ PKGBUILD 2022-10-20 06:01:24 UTC (rev 1332938) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=python-jupyter_client -pkgver=7.4.2 +pkgver=7.4.3 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=('b91a9a7b91ac69adf170d98c87917320f6b466e1c5e89b300226ef4047193376') +sha256sums=('4fa2514cdb54dd9fbdcf7d7e4c5c3c8a973028168a8b4fc097b6aef625be13b0') # dep cycle with python-ipykernel
