Date: Tuesday, May 3, 2022 @ 16:20:06 Author: arojas Revision: 1192406
Update to 5.4.0 Modified: jupyter-nbformat/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-03 15:49:15 UTC (rev 1192405) +++ PKGBUILD 2022-05-03 16:20:06 UTC (rev 1192406) @@ -1,8 +1,8 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-nbformat -pkgver=5.3.0 -pkgrel=2 +pkgver=5.4.0 +pkgrel=1 pkgdesc="The base implementation of the Jupyter Notebook format and Python APIs for working with notebooks" arch=('any') url="https://pypi.python.org/pypi/nbformat" @@ -11,7 +11,7 @@ makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools') checkdepends=('python-pytest' 'python-testpath') source=(https://github.com/jupyter/nbformat/archive/$pkgver/nbformat-$pkgver.tar.gz) -sha256sums=('b5a31ef91530af8338406884f798400b9c64d8ff85db79b5c6e8d4971885dea8') +sha256sums=('18d566dfbe3da5ab15e9b1a8ad37b161c1755b5dc3e330fd4ae2b1b049cfdf65') prepare() { cd nbformat-$pkgver
