From 8acde9d1c0ca711fa36aff6dc6fd50a7ad9aacac Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 19 May 2025 23:33:00 +0200 Subject: [PATCH] python-setuptools: Update to 80.7.1 (#5401) --- python-setuptools/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index 3a11f3fd..762a5572 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -3,7 +3,7 @@ _realname=setuptools pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=80.3.0 +pkgver=80.7.1 pkgrel=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" arch=('any') @@ -17,7 +17,7 @@ msys2_references=( ) depends=('python') source=("${_realname}-${pkgver}.tar.gz::https://github.com/pypa/setuptools/archive/v${pkgver}.tar.gz") -sha256sums=('564937f8674f91703429467a9042844f30acc6045074a070a0be716d3652818d') +sha256sums=('c55d5785c669ef960971da78b3e89bbb46c9b08f2687342304013e942304f745') build() { cd "${srcdir}/setuptools-${pkgver}"