Skip to content

Commit cf28439

Browse files
committed
uv 0.8.22
1 parent 1e4fa14 commit cf28439

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.21.tar.gz"
5-
sha256 "20b366d493ea1939c66cf33c4ec81d1447a61242c66f9a0a75eebb03573a7a02"
4+
url "https://github.com/astral-sh/uv/archive/refs/tags/0.8.22.tar.gz"
5+
sha256 "105d85f025378e0ac0284dc2e661139a3977dec3e4db1d32cec692de37c54bbd"
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)