Skip to content

Commit bf3a160

Browse files
committed
uv 0.7.8
1 parent d131aa3 commit bf3a160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/u/uv.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Uv < Formula
22
desc "Extremely fast Python package installer and resolver, written in Rust"
33
homepage "https://docs.astral.sh/uv/"
4-
url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.7.tar.gz"
5-
sha256 "9dce4a0c9d8af4357a7d20cb784b401793674472ddbb68d3fdf1d0b04111b18e"
4+
url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.8.tar.gz"
5+
sha256 "4f12e8b5f9706e28d689d3df47a14cda07fb638dbd83889233fdbf2e1e01d9db"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/astral-sh/uv.git", branch: "main"
88

0 commit comments

Comments
 (0)