Date: Saturday, August 31, 2019 @ 11:56:36
  Author: kkeen
Revision: 505701

upgpkg: jupyter-notebook 6.0.1-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-08-31 10:02:16 UTC (rev 505700)
+++ PKGBUILD    2019-08-31 11:56:36 UTC (rev 505701)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <[email protected]>
 
 pkgname=jupyter-notebook
-pkgver=6.0.0
+pkgver=6.0.1
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";)
-md5sums=('c4b8ab96014301dd242a8bc0dd86b853')
+md5sums=('bec62666664feda8dd62e64a9095f02f')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 

Reply via email to