From 603e1d7c913a02149b6051cde6e607673e75607c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 20:25:08 +0000 Subject: [PATCH] uv: Update to version 0.2.22 --- bucket/uv.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uv.json b/bucket/uv.json index 77df51638f..49a5c53f82 100644 --- a/bucket/uv.json +++ b/bucket/uv.json @@ -1,16 +1,16 @@ { - "version": "0.2.21", + "version": "0.2.22", "description": "An extremely fast Python package installer and resolver, written in Rust.", "homepage": "https://github.com/astral-sh/uv", "license": "Apache-2.0|MIT", "architecture": { "64bit": { - "url": "https://github.com/astral-sh/uv/releases/download/0.2.21/uv-x86_64-pc-windows-msvc.zip", - "hash": "bf4946c5a8751cc63def72aaa53a9a0c1ca015876b9ec144cc389ef4901dbc4a" + "url": "https://github.com/astral-sh/uv/releases/download/0.2.22/uv-x86_64-pc-windows-msvc.zip", + "hash": "6ab3ed27e38e3a2c4a3a4880b87b8d607fa14589860aebbb1a34064d792d54ad" }, "32bit": { - "url": "https://github.com/astral-sh/uv/releases/download/0.2.21/uv-i686-pc-windows-msvc.zip", - "hash": "7740b290f6efdfc73d24977e4dc86be144865ca92ec106cb8e0b206f7b77b80f" + "url": "https://github.com/astral-sh/uv/releases/download/0.2.22/uv-i686-pc-windows-msvc.zip", + "hash": "aa5b36bdc88a16c92d5ca93c4a9325bb82eb875507d363ec28cb6e5ee694e8ed" } }, "bin": "uv.exe",