Date: Monday, March 14, 2022 @ 21:06:16 Author: arojas Revision: 1153185
Update to 6.4.9 Modified: jupyter-notebook/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-14 20:54:50 UTC (rev 1153184) +++ PKGBUILD 2022-03-14 21:06:16 UTC (rev 1153185) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-notebook -pkgver=6.4.8 +pkgver=6.4.9 pkgrel=1 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter" arch=('any') @@ -16,7 +16,7 @@ #checkdepends=('python-pytest' 'python-selenium' 'python-requests') optdepends=('pandoc: notebook export') source=(https://github.com/jupyter/notebook/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -md5sums=('416839de38977b544948f141b01b3b4b') +md5sums=('cbfce957842e8879ea4428c0c5e923cb') # todo: report bug that mathjax and nbconvert is no longer optional
