Merge pull request #4657 from lazka/python-hatchling-1.24.2

python-hatchling: Update to 1.24.2
This commit is contained in:
Christoph Reiter 2024-06-03 08:16:55 +02:00 committed by GitHub
commit b347f575af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
_pyname=hatchling
pkgname=python-hatchling
pkgver=1.21.1
pkgver=1.24.2
pkgrel=1
pkgdesc="A modern project, package, and virtual env manager (backend)"
arch=('any')
@ -26,7 +26,7 @@ makedepends=(
'python-wheel'
)
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc')
sha256sums=('41ddc27cdb25db9ef7b68bef075f829c84cb349aa1bff8240797d012510547b0')
build() {
cd "${_pyname}-${pkgver}"