Date: Tuesday, October 25, 2022 @ 13:48:59 Author: arojas Revision: 1334779
upgpkg: python-jupyter_client 7.4.4-1: Update to 7.4.4 Modified: python-jupyter_client/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 13:34:43 UTC (rev 1334778) +++ PKGBUILD 2022-10-25 13:48:59 UTC (rev 1334779) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=python-jupyter_client -pkgver=7.4.3 +pkgver=7.4.4 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=('4fa2514cdb54dd9fbdcf7d7e4c5c3c8a973028168a8b4fc097b6aef625be13b0') +sha256sums=('5616db609ac720422e6a4b893d6572b8d655ff41e058367f4459a0d2c0726832') # dep cycle with python-ipykernel
