python-hatchling: Update to 1.18.0

This commit is contained in:
Christoph Reiter 2023-06-20 11:56:49 +02:00
parent 47093519f3
commit 77d4aedb11

View File

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