python-hatchling: Update to 1.27.0

This commit is contained in:
Christoph Reiter
2024-12-26 16:25:29 +01:00
parent d05dd2cb36
commit 73844be6ea

View File

@@ -2,7 +2,7 @@
_pyname=hatchling
pkgname=python-hatchling
pkgver=1.25.0
pkgver=1.27.0
pkgrel=1
pkgdesc="A modern project, package, and virtual env manager (backend)"
arch=('any')
@@ -25,7 +25,7 @@ makedepends=(
'python-setuptools'
)
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('7064631a512610b52250a4d3ff1bd81551d6d1431c4eb7b72e734df6c74f4262')
sha256sums=('971c296d9819abb3811112fc52c7a9751c8d381898f36533bb16f9791e941fd6')
build() {
cd "${_pyname}-${pkgver}"