[arch-commits] Commit in jupyter-notebook/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Mar 29 19:28:04 UTC 2019


    Date: Friday, March 29, 2019 @ 19:28:04
  Author: arojas
Revision: 446059

Update to 5.7.7 (CVE fix)

Modified:
  jupyter-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-29 19:16:56 UTC (rev 446058)
+++ PKGBUILD	2019-03-29 19:28:04 UTC (rev 446059)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter-notebook
-pkgver=5.7.5
+pkgver=5.7.7
 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=('b92543e92640c6f4f0bfd9475bcad9f9')
+md5sums=('5b6a0ee86413c426323f7c1ef5f7bbe0')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 



More information about the arch-commits mailing list