[arch-commits] Commit in jupyter-nbformat/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Mon Dec 21 02:47:14 UTC 2020
Date: Monday, December 21, 2020 @ 02:47:14
Author: kkeen
Revision: 780835
upgpkg: jupyter-nbformat 5.0.8-1
Modified:
jupyter-nbformat/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-21 02:14:19 UTC (rev 780834)
+++ PKGBUILD 2020-12-21 02:47:14 UTC (rev 780835)
@@ -1,8 +1,8 @@
# Maintainer: Kyle Keen <keenerd at gmail.com>
pkgname=jupyter-nbformat
-pkgver=5.0.6
-pkgrel=3
+pkgver=5.0.8
+pkgrel=1
pkgdesc="The base implementation of the Jupyter Notebook format and Python APIs for working with notebooks"
arch=('any')
url="https://pypi.python.org/pypi/nbformat"
@@ -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=('e7bbe3a1219c470412c28cb0693baec9')
+md5sums=('473f3f80c07bb7f554cdc34cdaf151e3')
build() {
cd "$srcdir"
More information about the arch-commits
mailing list