diff --git a/srcpkgs/hatch/template b/srcpkgs/hatch/template index 52d222ae6c7..b01bc65be2c 100644 --- a/srcpkgs/hatch/template +++ b/srcpkgs/hatch/template @@ -1,6 +1,6 @@ # Template file for 'hatch' pkgname=hatch -version=1.4.0 +version=1.4.2 revision=1 build_style=python3-pep517 # ignore backend tests, because updating hatchling when there is no new hatch @@ -21,7 +21,7 @@ license="MIT" homepage="https://hatch.pypa.io/latest/" changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history.md" distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=a1b06523cf66c759828f21145d8619044049b9ef660accef42d47612e7b7fda2 +checksum=f207d55206036b80faf023f63df69caf340a03ce82073db91dee10f49b038956 make_check_pre="env PYTHONPATH=./src" post_install() {