From bb9c8965055fb1860b35d3fa5e6db29014d10236 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 11 Dec 2023 16:22:20 +0100 Subject: [PATCH] hatch-vcs: update to 0.4.0. --- srcpkgs/hatch-vcs/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hatch-vcs/template b/srcpkgs/hatch-vcs/template index aa5868a60da..f1ac4de6687 100644 --- a/srcpkgs/hatch-vcs/template +++ b/srcpkgs/hatch-vcs/template @@ -1,7 +1,7 @@ # Template file for 'hatch-vcs' pkgname=hatch-vcs -version=0.3.0 -revision=2 +version=0.4.0 +revision=1 build_style=python3-pep517 make_check_args="--deselect tests/test_build.py::test_basic --deselect tests/test_build.py::test_write @@ -17,7 +17,7 @@ license="MIT" homepage="https://github.com/ofek/hatch-vcs" changelog="https://github.com/ofek/hatch-vcs/raw/master/HISTORY.md" distfiles="${PYPI_SITE}/h/${pkgname/-/_}/${pkgname/-/_}-${version}.tar.gz" -checksum=cec5107cfce482c67f8bc96f18bbc320c9aa0d068180e14ad317bbee5a153fee +checksum=093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7 make_check_pre="env PYTHONPATH=./" post_install() {