From 0bf6681c9ed4718390d284f7b7b34f534ede0093 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 7 Sep 2023 23:13:13 +0000 Subject: [PATCH] extra/python-debugpy to 1.7.0-1 --- extra/python-debugpy/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/python-debugpy/PKGBUILD b/extra/python-debugpy/PKGBUILD index ae0692615..9f92db765 100644 --- a/extra/python-debugpy/PKGBUILD +++ b/extra/python-debugpy/PKGBUILD @@ -6,8 +6,8 @@ _pipname=debugpy pkgname=python-$_pipname -pkgver=1.6.8 -pkgrel=2 +pkgver=1.7.0 +pkgrel=1 pkgdesc='An implementation of the Debug Adapter Protocol for Python' arch=(x86_64) url='https://aka.ms/debugpy' @@ -15,7 +15,7 @@ license=(EPL MIT) depends=(python) makedepends=(python-setuptools) source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('9d61180c1c9c9b06428a8543008aaf3df2c5537f22cfefb281a7ecb5d9e1558a') +sha256sums=('828cb2daa1aebe673281bba40772680776d2b99faf143c6c80eb6df66e3e258d') prepare() { cd $_pipname-$pkgver