[arch-commits] Commit in jupyter-nbformat/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Mar 26 19:31:45 UTC 2021
Date: Friday, March 26, 2021 @ 19:31:44
Author: arojas
Revision: 904683
Update to 5.1.2
Modified:
jupyter-nbformat/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-26 19:25:03 UTC (rev 904682)
+++ PKGBUILD 2021-03-26 19:31:44 UTC (rev 904683)
@@ -1,7 +1,7 @@
# Maintainer: Kyle Keen <keenerd at gmail.com>
pkgname=jupyter-nbformat
-pkgver=5.0.8
+pkgver=5.1.2
pkgrel=1
pkgdesc="The base implementation of the Jupyter Notebook format and Python APIs for working with notebooks"
arch=('any')
@@ -10,7 +10,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=('473f3f80c07bb7f554cdc34cdaf151e3')
+md5sums=('53e2e458ef25569eaf68f4fc73796567')
build() {
cd "$srcdir"
More information about the arch-commits
mailing list