Skip to content

Commit 7f1b738

Browse files
committed
python-sphinx: update to 8.2.3
1 parent f3ce61d commit 7f1b738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-python-sphinx/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ _pyname=Sphinx
55
_realname=sphinx
66
pkgbase=mingw-w64-python-${_realname}
77
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
8-
pkgver=8.2.1
8+
pkgver=8.2.3
99
pkgrel=1
1010
pkgdesc="Python documentation generator (mingw-w64)"
1111
arch=('any')
@@ -44,7 +44,7 @@ fi
4444
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-defusedxml"
4545
"${MINGW_PACKAGE_PREFIX}-python-pytest")
4646
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
47-
sha256sums=('e4b932951b9c18b039f73b72e4e63afe967d90408700ec222b981ac24647c01e')
47+
sha256sums=('398ad29dee7f63a75888314e9424d40f52ce5a6a87ae88e7071e80af296ec348')
4848

4949
build() {
5050
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

0 commit comments

Comments
 (0)