From e1aff8d99581dc210ae03ab7ef0c2d78e49ab2d0 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 24 Aug 2024 11:22:33 -0400 Subject: [PATCH] uv: update to 0.3.3. --- srcpkgs/uv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template index 6660492e442..da8d4d0b5eb 100644 --- a/srcpkgs/uv/template +++ b/srcpkgs/uv/template @@ -1,6 +1,6 @@ # Template file for 'uv' pkgname=uv -version=0.3.1 +version=0.3.3 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=5dce72d45cbbc0b661325e5f585440b977e095b6a29601059f509065f86ff9ae +checksum=40a3283f6a16c73342f5cba24f7c1395f17712dadeb1d87b0e354a331229ac4e # many tests require old python versions make_check=no