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 44b4090 commit 4847d26Copy full SHA for 4847d26
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://docs.astral.sh/uv/"
4
- url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.17.tar.gz"
5
- sha256 "15f0ba0c454e150214e5ab83e5dd3c69c9887cafdb688cc48ad7593e08501ce7"
+ url "https://github.com/astral-sh/uv/archive/refs/tags/0.7.18.tar.gz"
+ sha256 "4084eb86e6fdf64011f0785302879c0440a22bb540f440b4d8ac03b180dc0681"
6
license any_of: ["Apache-2.0", "MIT"]
7
head "https://github.com/astral-sh/uv.git", branch: "main"
8
0 commit comments