From da79f25b0abe2b3885f7532ffec64395c9b3061b Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sun, 3 Apr 2022 09:06:01 +0000 Subject: [PATCH] python-matplotlib-inline: update to 0.1.3 --- mingw-w64-python-matplotlib-inline/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-matplotlib-inline/PKGBUILD b/mingw-w64-python-matplotlib-inline/PKGBUILD index 701a036868..4fdb0a93b1 100644 --- a/mingw-w64-python-matplotlib-inline/PKGBUILD +++ b/mingw-w64-python-matplotlib-inline/PKGBUILD @@ -4,8 +4,8 @@ _pyname=matplotlib-inline _realname=matplotlib-inline pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.1.2 -pkgrel=2 +pkgver=0.1.3 +pkgrel=1 pkgdesc='Inline Matplotlib backend for Jupyter (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -19,7 +19,7 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-python-setuptools" ) source=("${_pyname}-${pkgver}.tar.gz::https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") -sha256sums=('f41d5ff73c9f5385775d5c0bc13b424535c8402fe70ea8210f93e11f3683993e') +sha256sums=('a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee') prepare() { cd "$srcdir"