python-jupyter_notebook: update to 7.1.0

This commit is contained in:
Konstantin Podsvirov
2024-02-13 19:20:28 +03:00
parent 4124e69ea3
commit 7e682099f5

View File

@@ -3,7 +3,7 @@
_realname=notebook
pkgbase=mingw-w64-python-jupyter_${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-jupyter_${_realname}
pkgver=7.0.8
pkgver=7.1.0
pkgrel=1
pkgdesc='Jupyter Interactive Notebook (mingw-w64)'
arch=('any')
@@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer")
options=('!strip')
source=(https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz)
sha256sums=('3957ecd956056b0014677afc76d3bb44c2d2f29649f87b24d13606ff1d18938f')
sha256sums=('99caf01ff166b1cc86355c9b37c1ba9bf566c1d7fc4ab57bb6f8f24e36c4260e')
prepare() {
rm -rf python-build-${MSYSTEM} | true