From 033cdcfad23f0851613603c28968f09e030263cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 7 May 2024 18:47:48 +0000 Subject: [PATCH] uv 0.1.40 --- 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 e125974358ef0..0bb5cc014fe11 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.1.39.tar.gz" - sha256 "28e030baa64704f7929cee3b25842a54f1df978154d8a8155d4f6b817657d058" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.1.40.tar.gz" + sha256 "bb72ab10d48389ade62be703839ce3ca0c7f077057ff7a76f42c87cb036c8a49" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main"