Skip to content

Commit d117995

Browse files
committed
uv 0.8.23
1 parent b4e0426 commit d117995

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.8.22.tar.gz"
5-
sha256 "105d85f025378e0ac0284dc2e661139a3977dec3e4db1d32cec692de37c54bbd"
4+
url "https://github.com/astral-sh/uv/archive/refs/tags/0.8.23.tar.gz"
5+
sha256 "2190438bbc29840ee1b2e59ed13671c4d83dd5aacc99e561de5258977dce9386"
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)