Date: Monday, December 19, 2022 @ 20:35:10
  Author: arojas
Revision: 1362024

upgpkg: jupyter-nbformat 5.7.1-1: Update to 5.7.1

Modified:
  jupyter-nbformat/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-19 20:34:58 UTC (rev 1362023)
+++ PKGBUILD    2022-12-19 20:35:10 UTC (rev 1362024)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <[email protected]>
 
 pkgname=jupyter-nbformat
-pkgver=5.7.0
+pkgver=5.7.1
 pkgrel=1
 pkgdesc="The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks"
 arch=('any')
@@ -10,8 +10,8 @@
 depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema' 
'python-fastjsonschema')
 makedepends=('python-build' 'python-installer' 'python-hatch-nodejs-version')
 checkdepends=('python-pytest' 'python-testpath' 'python-pep440')
-source=(https://github.com/jupyter/nbformat/archive/$pkgver/nbformat-$pkgver.tar.gz)
-sha256sums=('1ca4447dcf352faf7bff8127a35e30f77a1acbc6b5d8e6bfd4f149924e1a0f20')
+source=(https://github.com/jupyter/nbformat/archive/v$pkgver/nbformat-$pkgver.tar.gz)
+sha256sums=('be76a533b8005e76c67ca889783e4f7e1fa7dff8da6a22047b96f722d3d79596')
 
 build() {
   cd nbformat-$pkgver

Reply via email to