python-hatchling: Update to 1.21.0

This commit is contained in:
Christoph Reiter
2023-12-23 14:24:11 +01:00
parent b6e0f15123
commit 373f3b6c0c

View File

@@ -2,8 +2,8 @@
_pyname=hatchling
pkgname=python-hatchling
pkgver=1.18.0
pkgrel=2
pkgver=1.21.0
pkgrel=1
pkgdesc="A modern project, package, and virtual env manager (backend)"
arch=('any')
url="https://github.com/pypa/hatch"
@@ -23,7 +23,7 @@ makedepends=(
'python-wheel'
)
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('50e99c3110ce0afc3f7bdbadff1c71c17758e476731c27607940cfa6686489ca')
sha256sums=('5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c')
build() {
cd "${_pyname}-${pkgver}"