Skip to content

Commit 0c2b18d

Browse files
committed
python-debugpy: update to 1.8.18
1 parent 7dc5a7d commit 0c2b18d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-python-debugpy/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=debugpy
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=1.8.17
6+
pkgver=1.8.18
77
pkgrel=1
88
pkgdesc="An implementation of the Debug Adapter Protocol for Python (mingw-w64)"
99
arch=('any')
@@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
2121
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
2222
options=('!strip')
2323
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
24-
sha256sums=('fd723b47a8c08892b1a16b2c6239a8b96637c62a59b94bb5dab4bac592a58a8e')
24+
sha256sums=('02551b1b84a91faadd2db9bc4948873f2398190c95b3cc6f97dc706f43e8c433')
2525

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

0 commit comments

Comments
 (0)