From 7f1b7384c477a928e583fa73039a9e1e1687180a Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 4 Mar 2025 06:19:52 +0000 Subject: [PATCH] python-sphinx: update to 8.2.3 --- mingw-w64-python-sphinx/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-sphinx/PKGBUILD b/mingw-w64-python-sphinx/PKGBUILD index fdd93923ca..544798bb62 100644 --- a/mingw-w64-python-sphinx/PKGBUILD +++ b/mingw-w64-python-sphinx/PKGBUILD @@ -5,7 +5,7 @@ _pyname=Sphinx _realname=sphinx pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=8.2.1 +pkgver=8.2.3 pkgrel=1 pkgdesc="Python documentation generator (mingw-w64)" arch=('any') @@ -44,7 +44,7 @@ fi checkdepends=("${MINGW_PACKAGE_PREFIX}-python-defusedxml" "${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('e4b932951b9c18b039f73b72e4e63afe967d90408700ec222b981ac24647c01e') +sha256sums=('398ad29dee7f63a75888314e9424d40f52ce5a6a87ae88e7071e80af296ec348') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"