From 14beda67cbfecc1a04cf922cfc91c956edcb393c Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 9 Oct 2024 19:22:31 -0400 Subject: [PATCH] uv: update to 0.4.20. --- srcpkgs/uv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template index 5a7bfdb00f5..59b23a26b7b 100644 --- a/srcpkgs/uv/template +++ b/srcpkgs/uv/template @@ -1,6 +1,6 @@ # Template file for 'uv' pkgname=uv -version=0.4.17 +version=0.4.20 revision=1 build_style=python3-pep517 build_helper="rust qemu" @@ -12,7 +12,7 @@ license="Apache-2.0 OR MIT" homepage="https://github.com/astral-sh/uv" changelog="https://github.com/astral-sh/uv/raw/main/CHANGELOG.md" distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz" -checksum=68ad7bf18029bcc9f0c8556e5fb96814fa30d8f67b3ccbc5db19e38b487c9326 +checksum=68d0b5dc0295baf93c2539a04f3aede44e4a7230d3c470430561ecb119ca5353 # many tests require old python versions make_check=no