Skip to content

Commit

Permalink
uv 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed Nov 15, 2024
1 parent 1706f22 commit 10c85bb
Showing 1 changed file with 2 additions and 2 deletions.
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://github.com/astral-sh/uv"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.5.1.tar.gz"
sha256 "e8397ccea820e2b83bb5b1017525a1f5c599a53cddf424156412214e17b2ae36"
url "https://github.com/astral-sh/uv/archive/refs/tags/0.5.2.tar.gz"
sha256 "14b4ed7c955acdf4ae2b47537addbefb8a486e47cada903970f10e28f40b518c"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/astral-sh/uv.git", branch: "main"

Expand Down

0 comments on commit 10c85bb

Please sign in to comment.