Skip to content
Merged

uv 0.9.20 #260626

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/u/uv.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Uv < Formula
desc "Extremely fast Python package installer and resolver, written in Rust"
homepage "https://docs.astral.sh/uv/"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.9.18.tar.gz"
sha256 "ef36077988a9cda5bec1beb39ade712672279d20b53cf02d0e3515ab028b74b8"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.9.20.tar.gz"
sha256 "ffccc582ced1f507a3a6f8707f0a624f56ee5c29de6afcb02bf21e02a2026a91"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/astral-sh/uv.git", branch: "main"

Expand Down
Loading