From 2df7076cd864add788e344374a5a73053ac2bee2 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 15 Oct 2022 06:24:06 +0000 Subject: [PATCH] python-jupyter-nbformat: update to 5.7.0 --- mingw-w64-python-jupyter-nbformat/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-jupyter-nbformat/PKGBUILD b/mingw-w64-python-jupyter-nbformat/PKGBUILD index 371d46f389..63b7baa1e6 100644 --- a/mingw-w64-python-jupyter-nbformat/PKGBUILD +++ b/mingw-w64-python-jupyter-nbformat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-jupyter-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-jupyter-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-jupyter-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-jupyter-${_realname}") -pkgver=5.6.1 +pkgver=5.7.0 pkgrel=1 pkgdesc="The base implementation of the Jupyter Notebook format and Python APIs for working with notebooks (mingw-w64)" url="https://jupyter.org" @@ -28,7 +28,7 @@ makedepends=( ${MINGW_PACKAGE_PREFIX}-python-hatch-nodejs-version ) source=("${_realname}-${pkgver}.tar.gz::https://github.com/jupyter/nbformat/archive/${pkgver}.tar.gz") -sha256sums=('554e89358d6ac5a36125d9b2127bc8c7c4d102897ddaddd75be80fb6d6052f3b') +sha256sums=('1ca4447dcf352faf7bff8127a35e30f77a1acbc6b5d8e6bfd4f149924e1a0f20') prepare() { rm -rf python-build-${MSYSTEM} | true