python-jupyter_notebook_shim: update to 0.2.3

This commit is contained in:
Mehdi Chinoune
2023-04-24 18:13:37 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 7f1d69910c
commit ecab786ea1

View File

@@ -3,7 +3,7 @@
_realname=notebook_shim
pkgbase=mingw-w64-python-jupyter_${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-jupyter_${_realname}
pkgver=0.2.2
pkgver=0.2.3
pkgrel=1
pkgdesc='A shim layer for notebook traits and config (mingw-w64)'
arch=('any')
@@ -19,7 +19,7 @@ makedepends=(
${MINGW_PACKAGE_PREFIX}-python-hatchling
${MINGW_PACKAGE_PREFIX}-python-installer)
source=("https://github.com/jupyter/notebook_shim/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('090e0baf9a5582ff59b607af523ca2db68ff216da0c69956b62cab2ef4fc9c3f')
sha256sums=('f69388ac283ae008cd506dda10d0288b09a017d822d5e8c7129a152cbd3ce7e9')
prepare() {
rm -rf python-build-${MSYSTEM} | true