From 373f3b6c0c7219a9b2fae97e50e6a0e079728653 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 23 Dec 2023 14:24:11 +0100 Subject: [PATCH] python-hatchling: Update to 1.21.0 --- python-hatchling/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-hatchling/PKGBUILD b/python-hatchling/PKGBUILD index 38612d83..6fdd8dc2 100644 --- a/python-hatchling/PKGBUILD +++ b/python-hatchling/PKGBUILD @@ -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}"