From 1c7562855f688937db3ce1253c1f5ee39f8cb9a9 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 12 Jun 2024 04:25:23 -0400 Subject: [PATCH] uv: update to 0.2.11. --- srcpkgs/uv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template index 2ca175ec31d..18f97578db3 100644 --- a/srcpkgs/uv/template +++ b/srcpkgs/uv/template @@ -1,6 +1,6 @@ # Template file for 'uv' pkgname=uv -version=0.2.9 +version=0.2.11 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=d1c2b96c86aa8f928d8f49c3addcbab35bc6c1a6609ae7ed64bfccc3135ec448 +checksum=75555dfd78bfd30f0b32e7515413319920bd1fcc88c4130c4fe02516dbd2bc58 # many tests require old python versions make_check=no