From 1564f98777bf0d166e3d148dd8bcfb2f58147a9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 16 Aug 2022 17:23:09 +0200 Subject: [PATCH] hatch: update to 1.4.2. --- srcpkgs/hatch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {