From b09c3bb3f9ead7fefd9224dcbc37549fce8afeea Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Tue, 25 Apr 2023 18:09:50 +0000 Subject: [PATCH] python-jupyter-nbclient: update to 0.7.4 --- mingw-w64-python-jupyter-nbclient/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-jupyter-nbclient/PKGBUILD b/mingw-w64-python-jupyter-nbclient/PKGBUILD index da01ae3c68..01e7fc08be 100644 --- a/mingw-w64-python-jupyter-nbclient/PKGBUILD +++ b/mingw-w64-python-jupyter-nbclient/PKGBUILD @@ -3,7 +3,7 @@ _realname=nbclient pkgbase=mingw-w64-python-jupyter-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-jupyter-${_realname} -pkgver=0.7.3 +pkgver=0.7.4 pkgrel=1 pkgdesc='A client library for executing Jupyter notebooks (mingw-w64)' arch=('any') @@ -19,8 +19,9 @@ depends=( makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-hatchling") +options=(!strip) source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('26e41c6dca4d76701988bc34f64e1bfc2413ae6d368f13d7b5ac407efb08c755') +sha256sums=('d447f0e5a4cfe79d462459aec1b3dc5c2e9152597262be8ee27f7d4c02566a0d') prepare() { rm -rf python-build-${MSYSTEM} | true