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

Kyle Keen kkeen at archlinux.org
Thu Aug 24 22:29:18 UTC 2017


    Date: Thursday, August 24, 2017 @ 22:29:18
  Author: kkeen
Revision: 253335

upgpkg: jupyter-nbformat 4.4.0-1

Modified:
  jupyter-nbformat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-24 21:26:02 UTC (rev 253334)
+++ PKGBUILD	2017-08-24 22:29:18 UTC (rev 253335)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter-nbformat
-pkgver=4.3.0
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="The base implementation of the Jupyter Notebook format and Python APIs for working with notebooks"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz")
-md5sums=('d54c51d8d375bc74219e17fe8dfdf3b4')
+md5sums=('9893bb73fedf1d7c5aa6966b65de3590')
 
 build() {
   cd "$srcdir"



More information about the arch-commits mailing list