Date: Monday, September 26, 2022 @ 19:45:14 Author: arojas Revision: 1311529
upgpkg: jupyter-nbformat 5.6.1-1: Update to 5.6.1 Modified: jupyter-nbformat/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-26 19:44:02 UTC (rev 1311528) +++ PKGBUILD 2022-09-26 19:45:14 UTC (rev 1311529) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-nbformat -pkgver=5.6.0 +pkgver=5.6.1 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=('f47ee049abd3c58fd0c6d5612dfa971c16387bcf83c1d49055b6bca6d4ae49a8') +sha256sums=('554e89358d6ac5a36125d9b2127bc8c7c4d102897ddaddd75be80fb6d6052f3b') build() { cd nbformat-$pkgver
