Date: Monday, December 5, 2022 @ 21:08:16 Author: arojas Revision: 1356621
upgpkg: python-jupyter_client 7.4.8-1: Update to 7.4.8 Modified: python-jupyter_client/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-05 21:00:22 UTC (rev 1356620) +++ PKGBUILD 2022-12-05 21:08:16 UTC (rev 1356621) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=python-jupyter_client -pkgver=7.4.7 +pkgver=7.4.8 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=('330f6b627e0b4bf2f54a3a0dd9e4a22d2b649c8518168afedce2c96a1ceb2860') +sha256sums=('109a3c33b62a9cf65aa8325850a0999a795fac155d9de4f7555aef5f310ee35a') # dep cycle with python-ipykernel
