We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2d519 commit c045c80Copy full SHA for c045c80
Formula/u/uv.rb
@@ -1,8 +1,8 @@
1
class Uv < Formula
2
desc "Extremely fast Python package installer and resolver, written in Rust"
3
homepage "https://github.com/astral-sh/uv"
4
- url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.27.tar.gz"
5
- sha256 "48e5eae67204b280a0301fc76d02886a77d09e99e57c383a652170463f977629"
+ url "https://github.com/astral-sh/uv/archive/refs/tags/0.4.28.tar.gz"
+ sha256 "2c6c7eab399cd510d68f51a40065f8524cb305df2b8037260e2f144170945bb7"
6
license any_of: ["Apache-2.0", "MIT"]
7
head "https://github.com/astral-sh/uv.git", branch: "main"
8
0 commit comments