From 90d498746d7c60bf5478e05e60fb2ca854facca8 Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Mon, 30 Mar 2026 13:55:08 +0200 Subject: [PATCH] testing/hatch: rebuild against python 3.14 --- testing/hatch/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/hatch/APKBUILD b/testing/hatch/APKBUILD index 0f3c3905531..040e91ad285 100644 --- a/testing/hatch/APKBUILD +++ b/testing/hatch/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Wen Heping pkgname=hatch pkgver=1.16.3 -pkgrel=0 +pkgrel=1 pkgdesc="Modern, extensible Python project management" url="https://hatch.pypa.io/latest/" arch="noarch"