From 0e075a4bd5bd8061a306885fc0af0be247d161b1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 15 Jan 2025 23:17:58 +0000 Subject: [PATCH] uv 0.5.19 --- 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 41a51d8f313eb..2b70cc29e2135 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.5.18.tar.gz" - sha256 "eba1085fbc0b8d0b05eb8d655cc4644e88c10c2395d0352b6dcb29b0a6362a1f" + url "https://github.com/astral-sh/uv/archive/refs/tags/0.5.19.tar.gz" + sha256 "4d9cccc48fb54b88bfe43f8eddd8d027b11337de58aa3f7c15428da7ddab5903" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/astral-sh/uv.git", branch: "main"