From 8da1800c007e67d0464e94681bf487d2c13a72f8 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 12 Jul 2024 14:10:41 -0400 Subject: [PATCH] uv: update to 0.2.24. --- srcpkgs/uv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template index 6313737abaa..7ed244c6094 100644 --- a/srcpkgs/uv/template +++ b/srcpkgs/uv/template @@ -1,6 +1,6 @@ # Template file for 'uv' pkgname=uv -version=0.2.21 +version=0.2.24 revision=1 build_style=python3-pep517 build_helper="rust qemu" @@ -12,7 +12,7 @@ license="Apache-2.0, 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=29a224acdb53a5478e12260672547e3d84a14c972c64f3e154553ccd813f8400 +checksum=5d5a694112d8463c0003cbb295cd29697500c4a0a60920466b0a5c50e43bba2d # many tests require old python versions make_check=no