From 55d89b2af6c95b209934e626013c9a0f9680447c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:55:49 +0000 Subject: [PATCH] uv 0.4.13 --- Formula/u/uv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/u/uv.rb b/Formula/u/uv.rb index c770fefcc838..11a45cdea48d 100644 --- a/Formula/u/uv.rb +++ b/Formula/u/uv.rb @@ -1,8 +1,8 @@ class Uv < Formula desc "Extremely fast Python package installer and resolver, written in Rust" homepage "https://github.com/astral-sh/uv" - url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.12.tar.gz" - sha256 "644f5da6a31de35c96d05cdaacdcfae5648f77c5330ae17df51cf76c8fc6f95b" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.13.tar.gz" + sha256 "c0dab196cc4f8141a29f72ac9f02e6542812bf283a8af06db477d92cfedef308" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main"