Date: Monday, October 10, 2022 @ 20:42:19 Author: arojas Revision: 1327529
upgpkg: jupyter-nbformat 5.7.0-1: Update to 5.7.0 Modified: jupyter-nbformat/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 20:42:18 UTC (rev 1327528) +++ PKGBUILD 2022-10-10 20:42:19 UTC (rev 1327529) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-nbformat -pkgver=5.6.1 +pkgver=5.7.0 pkgrel=1 pkgdesc="The base implementation of the Jupyter Notebook format and Python APIs for working with notebooks" arch=('any') @@ -11,7 +11,7 @@ makedepends=('python-build' 'python-installer' 'python-hatch-nodejs-version') checkdepends=('python-pytest' 'python-testpath' 'python-pep440') source=(https://github.com/jupyter/nbformat/archive/$pkgver/nbformat-$pkgver.tar.gz) -sha256sums=('554e89358d6ac5a36125d9b2127bc8c7c4d102897ddaddd75be80fb6d6052f3b') +sha256sums=('1ca4447dcf352faf7bff8127a35e30f77a1acbc6b5d8e6bfd4f149924e1a0f20') build() { cd nbformat-$pkgver
