From c6610ca257c46df8838b025a9907ac82b0017148 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 3 Jun 2025 08:58:12 +0200 Subject: [PATCH] python-setuptools: Update to 80.9.0 (#5432) --- python-setuptools/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index 762a5572..9c9d068b 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -3,7 +3,7 @@ _realname=setuptools pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=80.7.1 +pkgver=80.9.0 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=('c55d5785c669ef960971da78b3e89bbb46c9b08f2687342304013e942304f745') +sha256sums=('06921ef18c10968ab35116603645c6e64cde851ff3886838d9c448db5329fe35') build() { cd "${srcdir}/setuptools-${pkgver}"